Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divinecharlotte/todo-list
This is a TodoList web application, where the users can add new todo, remove todo, edit todo, mark todo as completed, and remove all completed todo. Built with Webpack
https://github.com/divinecharlotte/todo-list
css3 fontawesome-icons html5 webpack
Last synced: about 2 months ago
JSON representation
This is a TodoList web application, where the users can add new todo, remove todo, edit todo, mark todo as completed, and remove all completed todo. Built with Webpack
- Host: GitHub
- URL: https://github.com/divinecharlotte/todo-list
- Owner: divinecharlotte
- Created: 2022-05-31T12:22:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T09:27:07.000Z (about 2 years ago)
- Last Synced: 2024-05-28T19:09:08.163Z (8 months ago)
- Topics: css3, fontawesome-icons, html5, webpack
- Language: JavaScript
- Homepage:
- Size: 845 KB
- Stars: 25
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-list
> The todo list lists everything that you have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom using a corresponding index of each task. The project is build with HTML,CSS and Javascript.
![do](https://user-images.githubusercontent.com/60146030/210273075-3fa40f9f-b886-4940-8d6c-5938c8bc1897.PNG)
## Live demo
[Live Demo]( https://divinecharlotte.github.io/todo-list/)## Built With
- HTML
- CSS3
- Js
- Technologies used: webpack, Git, Github
### Prerequisites
## VScode or other editor
### Install
#### Cloning the project
```bash
git clone https://github.com/divinecharlotte/To-Do-list.git
```### Prerequisites
- node
- npm### Install
Install webpack with npm :
```bash
npm install --save-dev webpack
```### Usage
- To get the configuration of the app: Run
```bash
npm install
```### Run tests
- To update changes : Run
```bash
npm run build
```
- To launch the app locally: Run
```bash
npm start
```## Authors
👤 **Divine Charlotte**
- GitHub: [@Divine](https://github.com/divinecharlotte)
- LinkedIn: [Divine Charlotte](https://www.linkedin.com/in/charlotte-divine-dusenge/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/divinecharlotte/todo-list/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
-This project was inspired by [Microverse](https://www.microverse.org)