A full-stack ToDo web app created using React (flux architecture), Flask and SQLite.
After cloning the repository, from the project's root directory, please run the following commands in the command line:
npm install
npm start
You can kill the process after it writes to js/bundle.js
pip install -r requirements.txt
python server.py
Open 'localhost:3000' in the browser.
Hope you enjoy using it!
Work is on-going to implement new features like wallpapers, color picker, task deadlines etc. and/or tests.