Use the app: https://frozentear7.github.io/student-life-organizer/
Student life organizer is an app written in React, Redux and Bootstrap. It's an organizer, that can help you schedule your everyday tasks and track your spendings.
- Add new todos and incoming exams
- Manage your shopping and spendings
- Everything in one place! Use it either on your computer or smartphone!
If you want to run the app on your own local host instead of https://frozentear7.github.io/student-life-organizer/ :
Student life organizer requires Node.js v4+ to run. Get the repository: https://github.com/FrozenTear7/student-life-organizer.git Install the dependencies and devDependencies and start the server.
$ cd student-life-organizer
$ npm install -d
$ npm start
Then open localhost:3000 in your web browser and you're ready to go!
Free Software under GNU GENERAL PUBLIC LICENSE!