A daily planner that helps you take things one day at a time while organizing everything on your plate.
Python3 and NodeJS are required.
-
Python Flask:
pip3 install flask
OR from theBackend
directory runpip install -r requirements.txt
. -
NodeJS Packages: from the
Frontend
directory runnpm install
.
From the root repository directory run ./build_and_run
. This will bundle the
React frontend and start the Flask server for you. Note that this will have to
be done every time a change is made to either the frontend or backend since I'm
not using hot module reloading here.
Navigate to http://localhost:5000 in a web browser.
Built from scratch using Flask, React and Vite.
CSS animations inspired by and adapted from
Andreas Storm.
Pop Sound Effects from
Pixabay.
Icons from feather and icons8.