Here I am putting an overview of what my project is about. It comes below the name of my project so that others can read what it is about and get more details.
-
Clone the repo on your local machine.
-
Copy over all of your Firebase(database) environment variables into the
.env
file and the Open AI key. -
Open the
package.json
file and change thename
property to the name of your application, andauthor
to your name. -
From your command line, be in the root directory and run
npm install
ORnpm i
for short. -
Next, run
npm run prepare
. This command sets up husky to track eslint errors on commit that will make your deploy fail on Netlify. -
To start your application, run
npm run dev
. THIS IS THE COMMAND YOU WILL USE TO RUN YOUR DEVELOPMENT SERVER FROM NOW ON. -
Open http://localhost:3000 with your browser.
Repeating the same facts does not equate to actual learning. Learning involves a biological change between synapses and neurons. This app will help you understand how to learn using various methods researched in neuroscience.
Users can create new learning paths. On the page, you can:
- Edit your learning path card
- Delete your learning path card
- View your learning path card
- Only view someone else’s learning path
- User will be able to create conceptual and procedural cards.
- User will be able to add, remove, and create tags on the cards.
- User will be able to review the card and get feedback from the OpenAI API.
- User will have access to instructions.
https://www.loom.com/share/c54f4815e95d4a3da9ad7a7fbd19368f?sid=e38bdb4e-42c2-4652-ab91-7be3b3c9ca2a
Login Page
Landing Page
Instructional Modal(pop-up)
Procedural Card Review
AI-Powered Answer Card