๐ Move It Project developed during the 4th edition of Rocketseat's NLW.
The Proffy is a projectbased on the pomodoro technique to take breaks for small exercises.
The project was developed using the following technologies
- TypeScript
- [NextJS] (https://nextjs.org/)
- ReactJS
- Styled Components
To start the NextJS application:
cd web
yarn install // npm install
yarn dev // npm dev
After the process is over, the localhost: 3000
page containing the developed project will automatically open in your browser.
- First, leave a โญ if you like it!
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the licence page for more details.