This is a simple and elegant website for you to store your tasks and todos in. Enjoy.
The backend uses next.js. The data is kept in a .JSON file.
The frontend was made using next.js and react, and styled with tailwindCSS.
There is a Makefile in the root directory.
- Run
maketo install all npm packages for the frontend and backend. - Go to the api folder and run
node index.jsto start the backend. - Then, in a different terminal, go to the src folder and run
npm run startto start the next.js frontend.
You can access the app on localhost:3000
