https://github.com/iamsjunaid/todo-list
A website that lets you store your tasks. It uses browser's localstorage to perform CRUD operations.
https://github.com/iamsjunaid/todo-list
es6 es6-modules html5-css3 javascript javascript-localstorage webpack
Last synced: 5 months ago
JSON representation
A website that lets you store your tasks. It uses browser's localstorage to perform CRUD operations.
- Host: GitHub
- URL: https://github.com/iamsjunaid/todo-list
- Owner: iamsjunaid
- License: mit
- Created: 2023-05-02T09:50:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T13:50:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T14:54:01.687Z (about 1 year ago)
- Topics: es6, es6-modules, html5-css3, javascript, javascript-localstorage, webpack
- Language: JavaScript
- Homepage: https://iamsjunaid.github.io/todo-list/dist/
- Size: 221 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo-List using ES6
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**Todo List** is a website that lets you add daily tasks in the browser localstorage.
HTML
CSS
Javascript
Webpack
- **Add tasks**
- **Remove tasks**
- **Create all tasks**
- [Live Demo Link](https://iamsjunaid.github.io/todo-list/dist/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Open VSCode and type ctrl+P, type
```sh
ext install ritwickdey.liveserver
```
### Setup
Clone this repository to your desired folder:
```sh
git clone git@github.com:iamsjunaid/todo-list.git;
```
### Usage
To run the project just click the Go Live button in the VSCode.
👤 **Junaid Ahmed Syed**
- GitHub: [@iamsjunaid](https://github.com/iamsjunaid)
- Twitter: [@junaidahmedsyed](https://twitter.com/junaidahmedsd)
- LinkedIn: [@junaidsyed](https://www.linkedin.com/in/junaid-syed-058b2779/)
- **Navigation**
- **Styling**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/iamsjunaid/todo-list/issues ).
If you like this project you can give a Star at project's [GitHub page](https://github.com/iamsjunaid/todo-list).
I would like to thank the code reviewers for making this project better.
This project is [MIT](https://github.com/iamsjunaid/todo-list/blob/main/LICENSE) licensed.