Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayanneramos/ignite-timer
É um timer no estilo pomodoro para você controlar seus ciclos de estudos e tarefas no dia a dia.
https://github.com/rayanneramos/ignite-timer
date-fns immer phosphor-react react react-hook-form react-router-dom reactjs rocketseat styled-components typescript vitejs zod
Last synced: 5 days ago
JSON representation
É um timer no estilo pomodoro para você controlar seus ciclos de estudos e tarefas no dia a dia.
- Host: GitHub
- URL: https://github.com/rayanneramos/ignite-timer
- Owner: RayanneRamos
- License: other
- Created: 2023-03-13T17:26:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T20:27:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T18:27:47.358Z (2 months ago)
- Topics: date-fns, immer, phosphor-react, react, react-hook-form, react-router-dom, reactjs, rocketseat, styled-components, typescript, vitejs, zod
- Language: TypeScript
- Homepage: https://ignite-timer-seven-wine.vercel.app
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ignite Timer
## 💻 Projeto
[Ignite Timer](https://ignite-timer-seven-wine.vercel.app/) é o segundo projeto desenvolvido durante o bootcamp ignite da [Rocketseat](https://www.rocketseat.com.br/) que foca nas tecnologias ReactJS, React Native e NodeJS. Consiste em criar um timer no estilo do
pomodoro para você marcar os ciclos de estudos.## 🧪 Technologies
Esse projeto foi desenvolvido com as seguintes tecnologias:
- [ReactJS](https://reactjs.org/)
- [ViteJS](https://vitejs.dev/)
- [Typescript](https://www.typescriptlang.org/)
- [Date-fns](https://date-fns.org/)
- [Immer](https://github.com/immerjs/immer)
- [Phosphor-React](https://phosphoricons.com/)
- [React-router-dom](https://reactrouter.com/)
- [Styled-components](https://www.styled-components.com/)
- [zod](https://github.com/colinhacks/zod)
- [React-hook-form](https://react-hook-form.com/)## 🚀 Instalação
```bash
# Clone o repositório e entre na pasta do projeto
$ git clone https://github.com/RayanneRamos/ignite-timer.git
$ cd ignite-feed
# Instale as dependências
$ npm install
# ou
$ yarn install
# Execute a aplicação
$ npm run dev
# ou
$ yarn start
```Abra http://localhost:5173 no seu navegador para ver a aplicação rodando!
## 🔖 Layout
- [Layout Web](https://www.figma.com/file/POPSNs7QkYI3Hr8qyoA4kU/Ignite-Timer-(Community)?node-id=11-599&t=rzv7Fe2nrEpiAc3e-0)
## 📝 License
Este projeto está licenciado sob a Licença MIT. Veja o arquivo [LICENSE](LICENSE) para obter mais detalhes.
---
Criado by Rayanne Ramos