Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andres-condezo/peer-feedback
https://github.com/andres-condezo/peer-feedback
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andres-condezo/peer-feedback
- Owner: andres-condezo
- Created: 2022-01-17T21:46:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T21:34:19.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T05:56:53.871Z (over 1 year ago)
- Language: JavaScript
- Size: 1.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# To Do List App peer-feedback
> This is a repo to practice a peer to peer feedback on the To-Do list app.
## 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.