Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplegoose/todo-list
A to-do list application created with HTML, CSS and JavaScript that is able to track activities..
https://github.com/simplegoose/todo-list
application javascript list to-do-app
Last synced: 2 days ago
JSON representation
A to-do list application created with HTML, CSS and JavaScript that is able to track activities..
- Host: GitHub
- URL: https://github.com/simplegoose/todo-list
- Owner: simplegoose
- Created: 2023-01-17T13:55:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T06:28:02.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T15:34:46.925Z (12 days ago)
- Topics: application, javascript, list, to-do-app
- Language: HTML
- Homepage: https://simplegoose.github.io/todo-list/dist/.
- Size: 910 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TO-DO List
# 📗 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](#faq)
- [📝 License](#license)**TO-DO list** is a simple project that is created using JavaScript and bundled using Webpack.
Client
- HTML
- CSS
- JavaScript
- **Add to-do item**
- **Remove to-do item**
- **Store tasks to local storage**
- [Live Demo Link](https://simplegoose.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:
Setup git if you don't have git.
Setup node if you don't have node.js.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:simplegoose/todo-list.git
or
git clone https://github.com/simplegoose/todo-list.git
```
-
### Install
Install this project with:
```sh
cd my-project
npm install
```
-
### Usage
To run the project, execute the following command:
```sh
npm start
```
👤 **Simplegoose**
- GitHub: [@githubhandle](https://github.com/simplegoose)
- **[API Integration]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project leave me a start on github.
I would like to thank Microverse.
This project is [MIT](./MIT.md) licensed.