https://github.com/vitorhugoantunes/nlw4_moveit
React and Next project created at Next Level Week #4
https://github.com/vitorhugoantunes/nlw4_moveit
js-cookie nextjs react typescript
Last synced: 2 months ago
JSON representation
React and Next project created at Next Level Week #4
- Host: GitHub
- URL: https://github.com/vitorhugoantunes/nlw4_moveit
- Owner: VitorHugoAntunes
- Created: 2021-02-22T22:46:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T19:02:57.000Z (about 5 years ago)
- Last Synced: 2025-10-22T17:54:04.587Z (8 months ago)
- Topics: js-cookie, nextjs, react, typescript
- Language: TypeScript
- Homepage: https://nlw4-moveit-bice.vercel.app/
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation |
Technologies |
About
Installation
Clone this repository:
```git clone https://github.com/VitorHugoAntunes/NLW4_Moveit.git```
Install the dependencies:
```npm install``` or ```yarn```
Run the project:
```yarn dev```
Then type in your browser the URL:
```http://localhost:3000/```
To access the project without having to install, click this [here](https://nlw4-moveit-bice.vercel.app/).
Technologies
This project was developed with these technologies:
- HTML
- CSS
- React
- NextJS
- Typescript
- JS-Cookie
About
The objective of this project is to propose time cycles for studies and work. During breaks, some challenges arise to encourage physical exercise and improve health, and when completing the challenges, you receive experience and level up.
---
This project was made available by [Rocketseat](https://github.com/Rocketseat).