A site aimed to help people keep track of their daily task and project progress.
Arguably, the biggest obstacle in my entire coding journey is procrastination. When I'm free, I'll just sit there, wasting my life, and do nothing, putting behind all the unfinished works and projects. Hence, I desperately need something that reminds me of what I should do in my daily life.
So yeah, we'll make a website featured with a todo app and a project tracker.
If you want to run the website on your local machine:
- Clone the repository:
git clone https://github.com/melvinchia3636/todo
. - Download and install Pocketbase executable and put at the root directory or the project.
- Install all required dependencies using
npm install
,yarn install
or the package manager of your choice. - Start pPocketbase.
- Run
npm run dev
oryarn run dev
.
This project is still under development, new features are being added constantly. If any bugs are found, please file an issue here, and I'll resolve it ASAP.
Thanks to (Hackr.io)[https://hackr.io/blog/full-stack-project-ideas] for giving me the projet idea, coincides with the release of NextJS 13.
Copyright © 2022 Melvin Chia
Licensed under MIT.