An open API service indexing awesome lists of open source software.

https://github.com/ilynette/todo-list

To do list is a simple CRUD application that allows you to add, delete, update tasks that you are supposed to do. It is built with HTML, CSS and JavaScript
https://github.com/ilynette/todo-list

css html javascript

Last synced: about 1 year ago
JSON representation

To do list is a simple CRUD application that allows you to add, delete, update tasks that you are supposed to do. It is built with HTML, CSS and JavaScript

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)
# to do List
> To do list is a simple CRUD application that allows you to add, delete, update tasks that you are supposed to do.

![screenshot](./one.png)
## Built With
- HTML-5
- CSS3
- Javacript
- Webpack
- Linters

## Live Demo
For the link to the live demo, [Click here](https://ilynette.github.io/todo-list/)

## Getting Started
- To get a local copy up and running follow these simple example steps.

### Prerequisites

A Web Browser (preferably Google Chrome)

### Setup
- Open your command prompt or terminal and run.
- Clone the GitHub Repository from
- run this commands in your terminal:
- `npm install`
- `npm run build`
- `npm start`

### Usage
after running `npm start` the website will be opened automatically on your default browser.

### Run tests

- To run tests run :
- npx hint .
- npx stylelint "**/*.{css,scss}"

### Deployment

- Project is deployed using
- git push
## Authors

👤 **Author**
- GitHub: [@iLynette](https://github.com/iLynette)
- Twitter: [@acholah_lynette](https://twitter.com/acholah_lynette)
- LinkedIn: [acholah lynette](https://www.linkedin.com/in/lynette-acholah/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).
## :memo: License
This project is [MIT](./MIT.md) licensed.