https://github.com/juiceofcode/move.it
A simple Pomodoro Timer app that works on a desktop and mobile browser. "Move.It" will help you manage your time and allow you to focus on any task, such as studying, writing or programming. Do the exercises, gain experience and level up.
https://github.com/juiceofcode/move.it
Last synced: 8 months ago
JSON representation
A simple Pomodoro Timer app that works on a desktop and mobile browser. "Move.It" will help you manage your time and allow you to focus on any task, such as studying, writing or programming. Do the exercises, gain experience and level up.
- Host: GitHub
- URL: https://github.com/juiceofcode/move.it
- Owner: juiceofcode
- Created: 2021-02-24T23:12:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T23:37:08.000Z (over 5 years ago)
- Last Synced: 2025-06-23T11:53:19.122Z (12 months ago)
- Language: TypeScript
- Size: 115 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
> :rocket: Move It is a project to help people to make more exercises. Next Level Week #04 #NLW @Rocketseat
# :pushpin: Table of Contents
* [Demo Website](#eyes-demo-website)
* [Technologies](#computer-technologies)
* [Features](#rocket-features)
* [How to Run](#construction_worker-how-to-run)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)
๐ฅ Layout available for download at:
# :eyes: Demo Website
The demo website can be missing some features, clone and run the project to a full experience.
๐ demo:
# :computer: Technologies
This project was made using the follow technologies:
* [Typescript](https://www.typescriptlang.org/)
* [React](https://reactjs.org/)
* [Next.js](https://nextjs.org/)
# :rocket: Features
* Pomodoro timer.
* Help to get up of chair and make some exercise.
# :construction_worker: How to run
```bash
# Clone Repository
$ git clone https://github.com/sucodev/Move.it.git
```
### ๐ป Run Web Project
```bash
# Install Dependencies
$ yarn install
# Run Aplication
$ yarn dev
```
Go to http://localhost:3000/ to see the result.
# :bug: Issues
Feel free to **file a new issue** with a respective title and description on the the [Move.it](https://github.com/sucodev/Move.it/issues) repository. If you already found a solution to your problem, **i would love to review your pull request**!
# :tada: Contributing
First of all, thank you for being interested in helping out, your time is always appreciated in every way. :100:
Here's some tips:
* Check the [issues page](https://github.com/sucodev/Move.it/issues) for already opened issues (or maybe even closed ones) that might already address your question/bug/feature request.
* Feature requests are welcomed! Provide some details on why it would be helpful for you and others, explain how you're using bull-board and if possible even some screenshots if you are willing to mock something!
Check out the [contributing](./CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
# :closed_book: License
Released in 2020 :closed_book: License
Made with love by [Marcos Del Valle](https://github.com/sucodev) ๐.
This project is under the [MIT license](./LICENSE).
Give a โญ๏ธ if this project helped you!