Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amentetteh/to-do-list-app

A basic Todo list web application. It allows you to do a simple CRUD operations on Tasks. Built with vanilla Javascript, HTML5 and CSS3.
https://github.com/amentetteh/to-do-list-app

css3 html html5

Last synced: 24 days ago
JSON representation

A basic Todo list web application. It allows you to do a simple CRUD operations on Tasks. Built with vanilla Javascript, HTML5 and CSS3.

Awesome Lists containing this project

README

        

# To-do-list

## Project Steps

- [x] Project 1: List structure.
- [x] Project 2: Add and remove items.
- [x] Project 3: Interactive list.

## Built With

- Major languages :\
**HTML5** \
**CSS3**
**JavaScript**

- Technologies :
**Webpack**

## Getting Started

**This is an example of how you may give instructions on setting up your project locally.**

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

### Prerequisites

* **Node Installation:** [Install node js](https://nodejs.org/en/download/)
* **Install also a code editor**

### Setup & Install

Download sources from [Github](https://github.com/amentetteh/to-do-list-app.git) or throught the command:
```
git clone https://https://amentetteh.github.io/to-do-list-app.git

```

### Usage

After downloading source on your local machine, you can simply edit the HTML and CSS files from the folder. To preview the changes you make to the code, you can open the index.html file in your web browser.

[Go Live](https://amentetteh.github.io/to-do-list-app/dist/)

### Deployment
Deploy on any web hosting server cloud/in site and enjoy

## Authors

👤 **Amen TETTEH**

- GitHub: [@amentetteh](https://github.com/amentetteh)
- Twitter: [@amentetteh](https://twitter.com/amentetteh)
- LinkedIn: [LinkedIn](https://linkedin.com/in/amentetteh)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

Original design idea by Cindy [Shin in Behance](https://www.behance.net/adagio07).

Original design [here](https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/).

## 📝 License

This project is [MIT](./LICENSE) licensed.

_To know more about, go to [MIT license](https://choosealicense.com/licenses/mit/).