A student productivity tool that's still under heavy development. We're starting off with some basic features:
- Pomodoro Timers
- Creating "Lessons" in JSON
- Creating Documentation
We are currently looking for contributors who can help us complete School-Tool soon! See contributing.md for more info
Here's how you check School Tool out.
Put this code in your terminal, replace npm
with yarn
if you are using Mac.
mkdir AcroFord
cd AcroFord
git clone "https://github.com/AcroFord/School-Tool.git"
cd School-Tool
npm install
npm run preview