https://github.com/andres-condezo/to-do-list
The To do list app is a minimalist planner to organize your day. Built with: HTML, CSS, JavaScript, and Webpack.
https://github.com/andres-condezo/to-do-list
css html javascript
Last synced: about 1 year ago
JSON representation
The To do list app is a minimalist planner to organize your day. Built with: HTML, CSS, JavaScript, and Webpack.
- Host: GitHub
- URL: https://github.com/andres-condezo/to-do-list
- Owner: andres-condezo
- Created: 2022-01-12T18:36:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T17:32:19.000Z (over 4 years ago)
- Last Synced: 2025-03-30T09:11:31.995Z (over 1 year ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://andres-condezo.github.io/to-do-list/dist/
- Size: 2.23 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To Do List App
> The To-Do list app is a minimalist planner to organize your day.
## Screenshots:
- Mobile version:

- Desktop version:

## Built With
### - Major languages:
- HTML
- CSS
- JavaScript
### - Technologies used:
- Webpack
## Learning objectives
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
## Live Demo
[To Do List Live Demo Link](https://andres-condezo.github.io/to-do-list/dist/)
## Getting Started
- In order to see the portfolio in your browser you must click on the link "Live Demo"
- To get a local copy up and running follow these simple example steps:
### Prerequisites
- Node
- npm
### Setup
- Clone the repository with the command:
$ git clone https://github.com/andres-condezo/To-Do-list.git
---
- To install the dependencies run:
$ npm Install
---
### Usage
- To create a development server built in run:
$ npm start
---
- The page will now automatically open in your browser.
---
## Authors
👤 **Andrés Condezo Monge**
- GitHub: [@andres-condezo](https://github.com/andres-condezo)
- Twitter: [@andres_condezo](https://twitter.com/andres_condezo)
- LinkedIn: [andres-condezo](https://linkedin.com/in/andres-condezo)
## 🤝 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
- Icons from fontAwesome.
## 📝 License
This project is [MIT](./MIT.md) licensed.