This is a task manager that allows users to manipulate various tasks, drag and drop, persist data after page refreshes and synchronize data across tabs
- Clone the repo at https://github.com/the-krafty-koder/task-manager
git clone https://github.com/the-krafty-koder/task-manager.git
- Once cloned, navigate to the project folder using a terminal
cd task-manager
- Install dependencies
npm install
- Once all dependencies are installed, run the following command to
launch the app:
npm run dev
- Navigate to http://localhost:5173 on your browser to use the app
- The app is hosted on digital ocean.
- It is live at => https://jotter.madebywayne.site/