https://github.com/rwubakwanayo/todo-list
Microverse Module 02 Project: This is an educational project to make 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/rwubakwanayo/todo-list
css3 fontawesome-icons html5 javascript-es6 jest-tests webpack
Last synced: 4 months ago
JSON representation
Microverse Module 02 Project: This is an educational project to make 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/rwubakwanayo/todo-list
- Owner: RWUBAKWANAYO
- Created: 2022-04-28T11:55:53.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-27T23:53:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T22:38:41.988Z (6 months ago)
- Topics: css3, fontawesome-icons, html5, javascript-es6, jest-tests, webpack
- Language: JavaScript
- Homepage: https://rwubakwanayo.github.io/Todo-List/dist
- Size: 489 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo-List
>Microverse Module 02 Project: This is an educational project to make 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
- font-awesome icons## Live Demo
Link to the live demo: [rwubakwanayo.github.io/Todo-List](https://rwubakwanayo.github.io/Todo-List/dist)
## Getting Started
To get a local copy open and running follow these simple example steps.
### Setup
- Download or Clone Repository.
- In case you downloaded repository Extract ZIP Folder.### Installation
- Open folder in your text editor.
- Run `npm install` command to install all dependencies.
_N.B: Make sure that you have node installed in your commputer, if not [Download Node](https://nodejs.org/en/)_### Usage
To get project open and running in your browser run `npm start` command which will start webpack-server.
### Run the tests
run: `npm test`
## Authors
👤 **Olivier Rwubakwanayo**
- GitHub: [@githubrwubakwanayo](https://github.com/RWUBAKWANAYO)
- LinkedIn: [Rwubakwanayo](https://www.linkedin.com/in/rwubakwanayo-olivier)👤 **Manel Hammouche**
- GitHub: [@ha-manel](https://github.com/ha-manel)
- Twitter: [@hamanel](https://twitter.com/ha_manel_)
- LinkedIn: [Manel Hammouche](https://www.linkedin.com/in/manel-hammouche/)## :handshake: Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).## Show your support
Give a :star:️ if you like this project!
## Acknowledgments
- Great appreciation to Microverse community.
## :memo: License
This project is [MIT](./MIT.md) licensed.