https://github.com/hugovarellaa/todo-list
📝 Exercícios do curso de JavaScript
https://github.com/hugovarellaa/todo-list
css3 html5 javascript
Last synced: 25 days ago
JSON representation
📝 Exercícios do curso de JavaScript
- Host: GitHub
- URL: https://github.com/hugovarellaa/todo-list
- Owner: Hugovarellaa
- License: mit
- Created: 2021-07-26T23:49:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T23:53:09.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T15:50:07.402Z (3 months ago)
- Topics: css3, html5, javascript
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Todo-List
![]()
## 🧪 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- HTML
- CSS
- JAVASCRIPT## 🚀 Como executar
Clone o projeto e acesse a pasta do mesmo.
```bash
$ git clone https://github.com/Hugovarellaa/todo-list
$ cd todo-list
```Para iniciá-lo, siga os passos abaixo:
```bash
# Instale Live Server# Clique com o botão direito em um arquivo HTML na janela do Explorer e clique em Abrir com Live Server
```