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
- Host: GitHub
- URL: https://github.com/ilynette/todo-list
- Owner: iLynette
- Created: 2022-02-15T14:38:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T07:06:22.000Z (over 4 years ago)
- Last Synced: 2024-05-17T16:17:45.412Z (about 2 years ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://ilynette.github.io/todo-list/
- Size: 1.43 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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.

## 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.