Skip to content

Single page task tracker application. Create, update and do everything locally.

Notifications You must be signed in to change notification settings

Casuals4Fun/ToDo-Tasks

Repository files navigation

ToDo Tasks Buy Me A Coffee

SETUP LOCALLY

  1. First execute npm install command in your terminal to install all the packages. Remember to run this command on your root directory's terminal and not from any other directory.
  2. To run the application, simply execute npm run dev command in terminal after the package installation is over.
  3. The project will start running on the http://localhost:3000.

TECHNOLOGIES USED

  • Vite for Frontend
  • Redux for State Management
  • react-beautiful-dnd for Drag-and-Drop
  • react-icons for Icons library