Thank you for taking the time and effort to help this amazing project continue!
First, for a brief, we're focusing on doing this:
- Creating a pomodoro timer page
- Creating a GPT-4 Question bot
- Making "1-Minute Lessons" It's a very basic project at the moment.
git clone "https://github.com/AcroFord/School-Tool"
cd School-Tool
npm install
npm run preview
Note: Use yarn
instead of npm
if you're using a different terminal
- Create
Timer.js
in./src/components
(Create the timer component) - Create
timer.js
in./src/
(Create the actual timer page) - Create a lessons page that can parse JSON outputted to the console in
editor.js
and display lessons in a beautified widget - Allow publishing pages made with
app/editor
- Create a "Study Mode" page with a timer widget, GPT-4 chat and other tools made in a study tool