https://github.com/teagucordeiro/moveit
π Application that simulates the timing of the pomodoro technique, with additional functionality.
https://github.com/teagucordeiro/moveit
nextjs nodejs react typescript
Last synced: 2 months ago
JSON representation
π Application that simulates the timing of the pomodoro technique, with additional functionality.
- Host: GitHub
- URL: https://github.com/teagucordeiro/moveit
- Owner: teagucordeiro
- License: mit
- Created: 2022-08-02T18:21:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T17:48:24.000Z (over 2 years ago)
- Last Synced: 2025-01-07T18:37:20.302Z (4 months ago)
- Topics: nextjs, nodejs, react, typescript
- Language: TypeScript
- Homepage: https://moveit-bay.vercel.app/
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Move.it
About β’
Technologies β’
Status β’
Deploy β’
Running β’
Author β’
License## :bookmark_tabs: About
Project developed during NLW (Next Level Week) 4, taught by [Rockseat](https://www.rocketseat.com.br/). During this event I learned more advanced concepts of WEB such as SPA (Single Page Applications), SSR (Server Side Rendering) and SSG (Static Site Generation). In addition, I learned to use the Next.js framework to create SPA with SSR. As I also put into practice the knowledge of React.js hooks.
---
### :hammer: **Technologies**
The following tools were used in the construction of the project:
- [React](https://reactjs.org/)
- [Next](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)---
### :triangular_ruler: **Project Status**
π¨βπ« The project has already been completed!!### :computer: Deploy
See the running project: Move.it### :dvd: **Running the project**
```bash
# Clone this repository
$ git clone https://github.com/ThiagoOliveiraCordeiro/moveit.git# Access the project folder in terminal/cmd
$ cd moveit# Install the project dependencies
$ npm install
# or
$ yarn install# Run the development server
$ npm run dev
# or
$ yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### :boy: **Author**
![]()
Thiago OliveiraDone with β€οΈ by Thiago Oliveira ππ½ Contact me!
[](https://www.linkedin.com/in/thiago-de-oliveira-cordeiro-32562b1b6/)
[](https://github.com/ThiagoOliveiraCordeiro)---
### :page_facing_up: **License**
This project is licensed by [MIT](./LICENSE).