Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 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.

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/).


To-do List


## 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
```