Skip to content

oss-slu/Seeing-is-Believing

Repository files navigation

Overview

The objective of this project is to create an educational learning tool enabling teachers to showcase the pronunciation of Spanish words. Students can use this application to practice pronunciation. Students can observe their improvement through a compilation of spectrograms that compare their pronunciations with native speakers' pronunciations.

Prerequisites

Before cloning this React project with Next.js, you need to have the latest version of Node.js and npm (Node Package Manager) installed on your system. Node.js is a JavaScript runtime that allows you to run JavaScript code outside of a web browser. npm is a package manager that helps you install and manage packages (libraries, frameworks, etc.) for your Node.js projects.

To install Node.js and npm, follow the instructions on the official Node.js website – Node.js Installation

Installation

  1. Clone the main branch of this repository.
  2. Navigate to the project directory in your terminal.
  3. Run the following command to install all dependencies:
    npm install --force
    
  4. Once the dependencies are installed, to run the project on your local machine, use the following command:
    npm run dev
    

Usage

After following the installation steps, you can access the project by opening your web browser and navigating to http://localhost:3000

Test Credentials

This application has three roles: student, teacher, and admin. Use the following test credentials to log in and test each role:

Student

Teacher

Admin

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository on GitHub.
  2. Create a new branch from the main branch.
  3. Make your changes and commit them with clear messages.
  4. Push your changes to your fork.
  5. Submit a pull request to the main repository.

About

Seeing is believing project for OSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages