TaskTick is a tool that helps individuals and teams track, prioritize, and complete tasks efficiently. With TaskTick, users can create to-do lists, set deadlines, assign tasks to team members, and track progress.
React v18, Next.js v13, TailwindCSS, PostgreSQL, Typescript.
- Authentication.
- Create to-do, Set deadlines, Assign tasks to project, and track progress.
- Real-time notifications
- Alerts to keep users on track and ensure that tasks are completed on time
Insert gif or link to demo
For support, email pabel7396@gmail.com.
Clone the project
git clone https://github.com/mdpabel/TaskTick.gitGo to the project directory
cd TaskTick-mainInstall dependencies
npm installAdd .env file
DATABASE_URL = '';
JWR_SECRETE = '';
COOKIES_NAME = '';Start the server
npm run dev