Taskify is an application that allows users to write down all tasks they have, mark completed tasks, and also delete tasks
- Easy-to-use UI
- Ability to list numerous tasks
- Mark completed Tasks
- Delete tasks
- See the percentage of tasks done
-
Clone the repository
$ git clone https://github.com/Eric-Obeng/Taskify.com
-
Change the directory to Taskify
$ cd Taskify
-
Install all dependencies
$ npm install
-
Start the application
$ npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.