Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 770 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 770 Bytes

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