Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 654 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 654 Bytes

Taskify

Taskify is an application that allows users to write down all tasks they have, mark completed tasks, and also delete tasks

Features

  • Easy-to-use UI
  • Ability to list numerous tasks
  • Mark completed Tasks
  • Delete tasks
  • See the percentage of tasks done

Installation

  1. Clone the repository

    $ git clone https://github.com/Eric-Obeng/Taskify.com

  2. Change the directory to Taskify

    $ cd Taskify

  3. Install all dependencies

    $ npm install

  4. Start the application

    $ npm run dev

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.