https://github.com/frempongdev/to-do-list
This project is a web application that saves and manages tasks for users. Users can add, edit, remove and also save on their browser. Tasks are dynamically displayed in the browser with a local storage fetch vis JavaScript while page structure was built with HTML and CSS.
https://github.com/frempongdev/to-do-list
javascript localstorage
Last synced: 12 months ago
JSON representation
This project is a web application that saves and manages tasks for users. Users can add, edit, remove and also save on their browser. Tasks are dynamically displayed in the browser with a local storage fetch vis JavaScript while page structure was built with HTML and CSS.
- Host: GitHub
- URL: https://github.com/frempongdev/to-do-list
- Owner: frempongdev
- License: mit
- Created: 2023-01-25T11:22:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T15:08:39.000Z (over 3 years ago)
- Last Synced: 2024-12-08T21:27:03.658Z (over 1 year ago)
- Topics: javascript, localstorage
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license
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)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [π₯ Authors](#authors)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)
### This project goes live [here](https://frempongdev.github.io/To-Do-List/dist/) π .
If link does not work copy URL ( https://frempongdev.github.io/To-Do-List/dist/ )
**To-Do-List** is a single page application project for managing a day's task.
HTML
CSS
Javascript
- **This Project has a Readme.md file**
- **This Project has a gitignore file**
- **This projects follows all Microverse Linters**
- **This project takes user inputs of tasks and save them to be completed**
- **This project displays the input for tasks with details dynamically created on the DOM**
- **This project saves the Task details inside the Browser**
- **This project has syntax with ES6 format.**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need to copy the link of this Repository.
```sh
https://github.com/frempongdev/To-Do-List.git
```
### Setup
Clone this repository to your desired directory using the command:
```sh
cd your-folder
git clone https://github.com/frempongdev/To-Do-List.git
```
### Usage
Kindly go ahead and give this project a massage but do not forget to give a detailed description in your pull request.
## π₯ Author
### π₯ Frempong
- GitHub: [@frempongdev](https://github.com/frempongdev)
- Twitter: [@knobaddy](https://twitter.com/knobaddy)
- LinkedIn: [Samuel knower Amankwaa-Frempong](https://www.linkedin.com/in/samuel-knower-amankwaa-frempong-356802256/)
- [ ] **[Add and Remove Tasks]**
- [ ] **[Drag and Drop]**
- [ ] **[Server Storage]**
## :handshake: Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project kindly support by suggesting changed by forking and pull requests
I would like to thank everyone who inspired me to learn programming. Regards to the whole Microverse team, Peers, and family supporting.
This project is [MIT](./license) licensed.