/React-todo-list

A Todo-List app which allows you to add, remove and edit tasks. Built with react.

Primary LanguageJavaScriptMIT LicenseMIT

Todo-List -React

"Todo-list" is a website for all people. It is a Single Page App (SPA) that allows users to:

  • Add and remove todos and to edit todos list.

Built With

  • html
  • css
  • webpack
  • JavaScript
  • ReactJs

Live Demo

[ See Project 🚀 ] (coming soon)

Get Started

To get the content of this project locally you need to run the following commands in your terminal.

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Setup

  1. Download the Zip file or clone the repo with:
git@github.com:AhmedNazirMusah/React-todo-list
  1. To access cloned directory run:
cd React-todo-list
  1. Open it with the live server

Install

To install linters and other project's dependencies run:

npm install

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
npx hint .
  1. For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
  1. For tracking linter errors in JavaScript files run:
npx eslint .

Author

👤 Ahmed Nazir Musah

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

For Design Inspiration I would like to Acknowledge

📝 License

This project is MIT licensed.