Our comprehensive web app for students with ADHD is designed to help improve their focus, organization, and social skills. Our app is an all-in-one solution for students with ADHD, providing them with fun and engaging activities that are tailored to their unique needs.
To run this application, complete the following steps in your preferred IDE:
- Clone the repository and change into the appropriate directory:
git clone https://github.com/xu-jerry/LAHacks2023.git
cd LAHacks2023
- In the
client
folder, create a .env file with appropriate API key(s):
REACT_APP_AAI_API_KEY=<your_AssemblyAI_key>
- In the
server
folder, create a .env file with appropriate API key(s):
COHERE_API_KEY=<your_Cohere_key>
- Open two terminal tabs. In the first, run the following:
cd client
npm install
npm start
- In the second terminal tab, run the following:
cd server
npm install
npm start
- Enjoy! You can see the website at localhost:3000, and the server at localhost:5000/dopamind!
Created with love by Alan Nguyen, Megan Tieu, Jerry Xu, and Juliet Zhang for LA Hacks 2023.
Used AssemblyAI API and Cohere API.