Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/riyabulia12/to-do-list

ToDoList is a user-friendly and intuitive app that provides users with the ability to add daily tasks and maintain them using edit, delete, and sorting options. With its streamlined and straightforward design, ToDoList makes it easy for users to stay organized and focused throughout their day.
https://github.com/riyabulia12/to-do-list

css3 es6 html5 javascript webpack5

Last synced: 27 days ago
JSON representation

ToDoList is a user-friendly and intuitive app that provides users with the ability to add daily tasks and maintain them using edit, delete, and sorting options. With its streamlined and straightforward design, ToDoList makes it easy for users to stay organized and focused throughout their day.

Awesome Lists containing this project

README

        

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

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

# Live Demo
[Live Demo](https://riyabulia12.github.io/To-do-list/dist/)

## Built With
- HTML5, CSS3, ES6, Webpack, HtmlWebpackPlugin

## Project Setup
To get a local copy up and running follow these simple example steps.

### Prerequisites

- You need to have Code Editor Installed
- Make sure Nodejs and NPM is installed in your system for linters and libraries

### Setup
1. Clone the repo in your local machine:
```bash
git clone https://github.com/RiyaBulia12/To-do-list.git
```
2. Open terminal and cd into project and install the dependencies
```bash
cd To-do-list
npm install
```

3. run the command to open your index.html automatically in your brower:
```bash
npm run build
npm start
```

## Authors

👤 **Riya Bulia**

- GitHub: [@RiyaBulia12](https://github.com/RiyaBulia12)
- LinkedIn: [Riya-Bulia](https://linkedin.com/in/riya-bulia)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- [Setup Project with Webpack](https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/exercises/exercise_set_up_project_with_webpack.md)
- [To-Do List Requirements](https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/sneak_peek.md)
- [Template](https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/)