NoelLincoln / to-do-list

This is an application intended for users to add activities they wish to carry out and track/manage them by ordering , deleting or marking them as complete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do List

πŸ“— Table of Contents

πŸ“– To Do List

To Do List is an application that enables users to manage activities that they want to do by adding, editing and removing them.

πŸ›  Built With

Tech Stack

Client
  • HTML
  • CSS
  • Javascript
Tools
  • Visual studio code

Key Features

  • Minimalistic
  • User-friendly

(back to top)

πŸš€ Live Demo

The Live Demo of this Project is available now on GitHub Pages.

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to set up and run the application you need:

  • A code editor preferably Visual Studio Code
  • A web browser preferably Google chrome.

Basic requirements are needed in order to fully understand how the project fully works :

  • Basic knowledge of HTML, CSS, JS (JavaScript) and webpack.
  • How to work with Git and GitHub.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/NoelLincoln/to-do-list.git

Install

Install this project with:

  cd to-do-list
  npm install

Usage

To run the project run :

npm start

Run tests

To run tests, run the following command:

  • To test css files run:
  npx stylelint "**/*.{css,scss}"
  • To test javascript files run:
  npx eslint .

Deployment

You can deploy this project using GitHub Pages

(back to top)

πŸ‘₯ Authors

πŸ‘€ Noel Bryant

πŸ‘€ Surafel Samson

πŸ‘€ Filbert Kimasas

πŸ”­ Future Features

  • Add and remove activities
  • Edit activities
  • Reorder activities

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project feel free to contact me.

(back to top)

πŸ™ Acknowledgments

I would like to thank the entire Microverse community and family for the support and motivation.

(back to top)

License

πŸ“ License

This project is MIT licensed.

(back to top)

About

This is an application intended for users to add activities they wish to carry out and track/manage them by ordering , deleting or marking them as complete

License:MIT License


Languages

Language:JavaScript 81.7%Language:CSS 12.1%Language:HTML 6.2%