Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cunhasbia/to-do-list
to-do list application adapted by me, based on a simple project developed for studies during the Javascript Starter course offered by Rocketseat.
https://github.com/cunhasbia/to-do-list
css html javascript js localstorage todolist
Last synced: 3 months ago
JSON representation
to-do list application adapted by me, based on a simple project developed for studies during the Javascript Starter course offered by Rocketseat.
- Host: GitHub
- URL: https://github.com/cunhasbia/to-do-list
- Owner: cunhasbia
- Created: 2021-01-03T15:11:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-03T16:44:39.000Z (about 4 years ago)
- Last Synced: 2024-07-31T19:39:47.980Z (6 months ago)
- Topics: css, html, javascript, js, localstorage, todolist
- Language: JavaScript
- Homepage:
- Size: 9.36 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To-do List App
**To-do list application** adapted by me, based on a simple project developed for studies during the Javascript Starter course offered by [Rocketseat](https://rocketseat.com.br/).
## Technologies and tools used:
- HTML5
- CSS3
- JavaScript ES6+
- Babel
- Webpack
- Yarn
- Sweet alert
## How to run the project?
Before start the project, install [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/) in your machine.
Moreover, recommend use the [VSCode](https://code.visualstudio.com/) terminal.```bash
# Clone this repository
$ git clone https://github.com/cunhasbia/to-do-list# Access the repository on your terminal. Example:
$ cd /to-do-list# Install dependencies
$ yarn install# Run
$ yarn dev# Access http://localhost:8080 on your browser
```