Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sntakirutimana72/to-do-list
A ToDOList app that allows user to create, update, and remove their daily tasks in and from the browser localstorage. Built with HTLM5, CSS, JavaScript, and Webpack.
https://github.com/sntakirutimana72/to-do-list
css3 html5 javascript webpack
Last synced: 12 days ago
JSON representation
A ToDOList app that allows user to create, update, and remove their daily tasks in and from the browser localstorage. Built with HTLM5, CSS, JavaScript, and Webpack.
- Host: GitHub
- URL: https://github.com/sntakirutimana72/to-do-list
- Owner: sntakirutimana72
- Created: 2022-06-01T07:40:29.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-17T11:30:30.000Z (over 2 years ago)
- Last Synced: 2024-10-10T20:48:54.025Z (26 days ago)
- Topics: css3, html5, javascript, webpack
- Language: JavaScript
- Homepage: https://sntakirutimana72.github.io/To-Do-list/
- Size: 791 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# To-Do-List
A _**To-DO-List**_ app that allows user to create, update, and remove their daily tasks in and from the browser localstorage. Built with HTLM, CSS, JavaScript, and Webpack.
## Built With
- html
- css
- JavaScript
- Webpack## Live Demo
For live version, pleave visit [To-Do-Link](https://sntakirutimana72.github.io/To-Do-list/)
## Screenshots
First Screen Page
With Tasks
With Selected Tasks
## Getting Started
To get a copy of this project running on your local computer, do the followings:
### Prerequisites
- Must have a working computer
- A Web-Browser installed (Chrome - Recommended)### Setup
- Install _VSCode_ ([link](https://code.visualstudio.com/download))
- Clone this project repository on your local computer. ([link](../../))
- Open the project directory with _VSCode_### Install
Open _Terminal/Shell_ inside your _VSCode_ and run
```
npm install --force
```### Run tests
- For _**webhint**_ tests, run
```
npm run lint:hint
```
- For _**stylelint**_ tests, run
```
npm run lint:style
```
- For _**eslint**_ tests, run
```
npm run lint:es
```
- To run a _**local server**_, run
```
npm start
```
- For testing _**functionalities**_, run
```
npm test
```## Authors
👤 **Steve**
- GitHub: [@sntakirutimana72](../../../)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Fellow Micronauts
## 📝 License
This project is MIT licensed.