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

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

To-do list" is an app that helps to organize your day. the user simply lists the things that needs to done and the app allows the to mark them as complete when they are done. Made with webpack, JavaScript ES6 , HTML 5 and CSS 3.
https://github.com/christabelle143/todo-list

css html javascript webpack

Last synced: about 1 year ago
JSON representation

To-do list" is an app that helps to organize your day. the user simply lists the things that needs to done and the app allows the to mark them as complete when they are done. Made with webpack, JavaScript ES6 , HTML 5 and CSS 3.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# Todo-list project

> This is a Microverse project that entails a to-do-list.

# Screenshot

![screenshot](Todopic.PNG)

## Built With

- HTML
- CSS
- Javascript
- Webpack
- VS code

## Live Demo

[Live Demo Link](https://christabelle143.github.io/Todo-List/)

## Getting Started

- Inorder to be able to set this up locally and eventually run it, follow the steps;

- Open your Gitbash or your code editor's terminal and run the command git clone git@github.com:Christabelle143/Todo-List.git
- Then you can pull the work from github to ur local machine using the git pull command.
- run npm install to install all dependencies used in the project
- run npm start to start the application on the browser.

## Test unit

- Install jest using the command $ npm install --save-dev jest
- You can check for more information here jest version
- Add this to package.json :
- "scripts": {
- "test": "jest"
- }
- run npm test

## Author

👤 **Author**

- GitHub: [Christabelle143](https://github.com/Christabelle143)
- Twitter: [@christabelleyo](https://twitter.com/christabelleyo)
- LinkedIn: [YoutaChristabelle](https://linkedin.com/in/YoutaChristabelle)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [MIT](./MIT.md) licensed.