
I often have so many tasks that I just write down on sticky notes and eventually forget about them, and I've decide to switch it up and actually get organized in my life. I figured that the way I was organizing my tasks before was sticky notes with different colors representing different categories, so I decided to implement something similar digitally.
- Authentication with password encryption
- Create Tasks
- Edit Tasks
- Delete Tasks
- Sort Tasks
- Search Tasks
- Grid/List View
- Pomodoro Timer
- Add simple todos
- Delete simple todos
Clone the project
git clone https://github.com/YevheniiaSimaka/Specify_SummitHacksGo to the project directory
cd my-projectInstall dependencies
npm iAdd .env
DATABASE_URL=
NEXTAUTH_SECRET=Start the server
npm run dev