Skip to content

jane-does-coding/Specify

Repository files navigation

Specify

Home View Tasks ViewPomodoro

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.

Technologies used

Technologies

Demo

Specify - Live Demo

Functionality

  • 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

Run Locally

Clone the project

  git clone https://github.com/YevheniiaSimaka/Specify_SummitHacks

Go to the project directory

  cd my-project

Install dependencies

  npm i

Add .env

  DATABASE_URL=
  NEXTAUTH_SECRET=

Start the server

  npm run dev

About

Get things done with Specify!

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks