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

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.

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)

![Your Repository's Stats](https://contrib.rocks/image?repo=muskan2532150/To-Do-List)

## 🤝 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.