Project developed during the Next Level Week course - Rocketseat
Teacher: Diego Fernandes
- 🚀 Description
- 👨💻️ Technologies
- 📦️ How use
How much time do you spend using the computer? It is already known of the importance for health and productivity to take breaks from work to get around.
The Flow app facilitates time and health management, based on the Pomodoro method.
At each 25-minute focal cycle, you receive intervals with missions based on meditation, stretching, exercises and eye care.
For each mission completed, you receive a score for leveling up.
Simple and easy.
- ReactJS
- [NextJS]
- [Cookies]
- [Vercel]
- [TypeScript]
To copy:
# Repository clone:
❯ git clone https://github.com/TatianaFischer/Labephoto-Frontend.git
# Enter the repository:
❯ cd flow
To install the dependencies and start the project, you can use Yarn ou NPM:
** yarn**
# Instalar as dependências
❯ yarn
# Iniciar o projeto
❯ yarn dev:server
** npm**
# Instalar as dependências
❯ npm install
# Iniciar o projeto
❯ npm start