Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T17:32:19.000Z (over 2 years ago)
- Last Synced: 2023-03-06T05:56:54.349Z (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: 10
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# To Do List App
> The To-Do list app is a minimalist planner to organize your day.
## Screenshots:
- Mobile version:
![screenshot](./src/img/screenshot-mobile.png)
- Desktop version:
![screenshot](./src/img/screenshot-desktop.png)
## 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.