dotask

A simple app that allows users to manage tasks

MIT License

Stars
2

DoTask

"DoTask" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.

Additional description about the project and its features.

Built With

Languages

  • HTML
  • CSS
  • Javascript

Frameworks

  • SASS
  • Webpack

Live Demo

Link to Live Demo

Tools

The following tools help make it easier to run this code.

Getting Started

Prerequisites

To run this project you need Node and NPM installed on your local machine Note : When you install Node.js, npm is automatically installed, However, npm is released more frequently than Node.js

Setup

If you have installed git you can clone the code to your machine, or download a ZIP of all the files directly. Download the ZIP from this location, or run the following git command to clone the files to your machine:

git clone https://github.com/yaseerokino/dotask.git

Install

Once the files are downloaded or cloned on your machine, open your terminal and "cd to dotask folder" and run the following commands:

To install all dependencies

npm install

To build and configure webpack

npm run build

To start development server

npm run start

Test

Once all the dependencies have been installed and webpack has been built and configured successfully run the following commands:

npm test

Author

Show your support

Give a if you like this project!

License

This project is MIT licensed.

Related Projects