Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugovarellaa/ignite-timer
Chapter 2 - Criando Spa com ReactJs
https://github.com/hugovarellaa/ignite-timer
date-fns immer phosphoricons react-hook-form react-router-dom reactjs styled-components typescript vitejs zod
Last synced: 13 days ago
JSON representation
Chapter 2 - Criando Spa com ReactJs
- Host: GitHub
- URL: https://github.com/hugovarellaa/ignite-timer
- Owner: Hugovarellaa
- Created: 2022-03-29T00:54:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T00:51:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T09:52:44.062Z (over 1 year ago)
- Topics: date-fns, immer, phosphoricons, react-hook-form, react-router-dom, reactjs, styled-components, typescript, vitejs, zod
- Language: TypeScript
- Homepage:
- Size: 610 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📚 Informações sobre o projeto
- Esse projeto foi desenvolvido durante o ignite da rocketseat, Chapter 2 da trilha atualizada 2022.
Â
## 🖼️ Template do projeto Figma
- [Template do projeto original para clone]()
## 🛠️ Tecnologias/Ferramentas utilizadas
## Web
- [React](https://pt-br.reactjs.org/)
- [Vite](https://vitejs.dev/)
- [Typescript](https://www.typescriptlang.org/)
- [Styled-components](https://styled-components.com/)
- [React-router-dom](https://reactrouter.com/en/main)
- [React-Hook-Form](https://react-hook-form.com)
- [Zod](https://zod.dev/)
- [Immer](https://github.com/immerjs/immer)
- [Date-Fns](https://date-fns.org)
- [phosphor-react](https://phosphoricons.com/)## ⚙️ Instalação
```
# Abra um terminal e copie este repositĂłrio com o comando
$ git clone https://github.com/Hugovarellaa/ignite-timer
``````
# Acesse a pasta da aplicação
cd ignite-timer# Instale as dependĂŞncias
$ yarn# Inicie a aplicação back-end
$ yarn dev
```---
Feito com đź’™ por Hugo Alves Varella