https://github.com/sevlamare/todo-list
Web app with JS
https://github.com/sevlamare/todo-list
dom firebase-hosting javascript js json localstorage
Last synced: 6 months ago
JSON representation
Web app with JS
- Host: GitHub
- URL: https://github.com/sevlamare/todo-list
- Owner: SevlaMare
- Created: 2020-08-18T19:22:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T21:17:40.000Z (about 5 years ago)
- Last Synced: 2025-02-04T14:50:14.231Z (8 months ago)
- Topics: dom, firebase-hosting, javascript, js, json, localstorage
- Language: JavaScript
- Homepage: https://todo-list-js-57802.web.app/
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO
> A todo list app.
This is a desktop app, build mainly to practice DOM manipulation.## Content
* [Live Demo](#live-demo)
* [Requirements](#requirements)
* [Built With](#built-with)
* [Getting Start](#getting-start)
* [Contributing](#contributing)
* [Acknowledgments](#acknowledgments)
* [Author](#author)
* [License](#license)## Live Demo
You can access a deployed version of this app:
https://todo-list-js-57802.web.app## Requirements
- [x] Setup webpack to build all from source(src) to distribuition(dist) folder
- [x] Setup npm/yarn scripts to linters, server and webpack build
- [x] Implement tabs, move between them using HTML, CSS and JS only## Pre-requisites
- Node
- Npm
- Yarn
- Web browser
## Built With
- Javascript
- HTML/CSS
- Webpack
- ESlint and Stylint (Linters)
- GitHub Actions (CI Tool)
- Git, Github and VScode
## Setup
#### Get a local copy
Now you need a copy of this application, if you are using Git:
```js
git clone git@github.com:SevlaMare/todo-list.git
```
Otherwise just hit (Download Zip) on green button (Clone or Download) at top of this page.
#### Download all dependencies with
```js
npm install
```
#### Start the server with
```js
yarn go
```
#### Visit the app running on
```js
localhost:7000
```
### Contributing
Contributions, issues and feature requests are welcome!
You can do it on [issues page](issues/).
## Acknowledgments
A special thanks for the code reviewers.
## Author
👤 **Oscar Elizarrarás**
- Github: [@Oscar](https://github.com/AlfredoElizarraras)
- Twitter: [#Oscar](https://twitter.com/OscarAlfredoGm4)
- Linkedin: [Oscar](https://mx.linkedin.com/in/oscar-alfredo-gomez-elizarraras)
👤 **Thiago Miranda**
- Github: [@SevlaMare](https://github.com/SevlaMare)
- Twitter: [#SevlaMare](https://twitter.com/SevlaMare)
- Linkedin: [SevlaMare](https://www.linkedin.com/in/sevla-mare)
### License
Creative Commons • Ago 2020