Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.52 KB

File metadata and controls

60 lines (41 loc) · 1.52 KB

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