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.
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
- Clone the main branch of this repository.
- Navigate to the project directory in your terminal.
- Run the following command to install all dependencies:
npm install --force
- Once the dependencies are installed, to run the project on your local machine, use the following command:
npm run dev
After following the installation steps, you can access the project by opening your web browser and navigating to http://localhost:3000
This application has three roles: student, teacher, and admin. Use the following test credentials to log in and test each role:
- Username: [email protected]
- Password: hazel@123
- Username: [email protected]
- Password: olive@123
- Username: [email protected]
- Password: admin123!
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository on GitHub.
- Create a new branch from the main branch.
- Make your changes and commit them with clear messages.
- Push your changes to your fork.
- Submit a pull request to the main repository.