https://github.com/muskan2532150/to-do-list
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.In this website you will add todo list and also show your todo list and update your todo list. Built in JavaScript.
https://github.com/muskan2532150/to-do-list
css html javascript jest-tests webpack
Last synced: about 1 year ago
JSON representation
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.In this website you will add todo list and also show your todo list and update your todo list. Built in JavaScript.
- Host: GitHub
- URL: https://github.com/muskan2532150/to-do-list
- Owner: muskan2532150
- Created: 2022-08-11T07:56:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T18:05:27.000Z (almost 4 years ago)
- Last Synced: 2025-04-28T11:51:28.273Z (about 1 year ago)
- Topics: css, html, javascript, jest-tests, webpack
- Language: JavaScript
- Homepage: https://muskan2532150.github.io/To-Do-List/dist
- Size: 487 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do-List
Website using Webpack To make a TO-DO-List where you can manage your daily task.
## Live Demo
[live website](https://muskan2532150.github.io/To-Do-List/dist/.)
## Built With
###### Languages
- HTML
- CSS
- JAVASCRIPT
###### Tools
- Github
###### Code Editor
- VS code
###### Packages
- NPM
- Node
- Webpack
- Jest
## Getting Started
To get a local copy up and running follow these simple example steps.
- git clone git@github.com:muskan2532150/To-Do-List.git
- cd To-Do-List
### Project Setup
#### Prerequisites
- Install a Code Editor (VS Code, Atom)
- Install NPM and Nodejs package.
#### Run Tests
```
npm install --save-dev jest
```
Add the following section to your package.json:
```
{
"scripts": {
"test": "jest"
}
}
```
```
npm test
```
## Authors
👤 **Muskan Gupta**
- GitHub: [muskan2532150](https://github.com/muskan2532150)
- Twitter: [@muskan2532150](https://twitter.com/muskan2532150)
👤 **Kwaleyela Musilizo Ikafa**
- GitHub: [@Kwaleyela-Ikafa](https://github.com/Kwaleyela-Ikafa)
- Twitter: [@K_Ikafa](https://twitter.com/K_Ikafa)
- LinkedIn: [LinkedIn](https://zm.linkedin.com/in/kwaleyela-musilizo-ikafa-abaa1a20b?trk=people-guest_people_search-card)

## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b 'branchname`)
3. Commit your Changes (`git commit -m 'Add some branchname'`)
4. Push to the Branch (`git push origin branchname`)
5. Open a Pull Request
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.