https://github.com/deverebor/react-todo-app
ToDo app made to study rem responsiviness
https://github.com/deverebor/react-todo-app
reactjs typescript
Last synced: 5 months ago
JSON representation
ToDo app made to study rem responsiviness
- Host: GitHub
- URL: https://github.com/deverebor/react-todo-app
- Owner: deverebor
- Created: 2022-06-18T15:12:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T13:57:04.000Z (over 3 years ago)
- Last Synced: 2025-02-17T15:24:41.447Z (8 months ago)
- Topics: reactjs, typescript
- Language: TypeScript
- Homepage: https://react-todo-app-phi-roan.vercel.app/
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Todo App

## đ» PrĂ©-requisitos
Antes de começar, verifique se vocĂȘ atendeu aos seguintes requisitos:
* VocĂȘ tem uma mĂĄquina ``.
## đ Instalando React Todo App
Para instalar siga estas etapas:
> Clone o repo
```zsh
git clone git@github.com:deverebor/react-todo-app.git
```> Entre no diretĂłrio do repo
```zsh
cd react-todo-app
```> Instale as dependĂȘncias
```zsh
yarn install
```## â Usando o projeto
Siga estas etapas:
> Inicialize o projeto
```zsh
yarn dev
```---
Developer with â€ïžâđ„ by Lucas Souza (@deverebor)