Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laerthe-souza/move-on
A clone of the move.it app (app based on the Pomodorus Technique), developed by Rocketseat at NextLevelWeek 4
https://github.com/laerthe-souza/move-on
context-api framer-motion github-login login-oauth mongodb nextjs pomodorus-technique react-hooks server-side-rendering serverless-functions styled-components typescript
Last synced: 2 days ago
JSON representation
A clone of the move.it app (app based on the Pomodorus Technique), developed by Rocketseat at NextLevelWeek 4
- Host: GitHub
- URL: https://github.com/laerthe-souza/move-on
- Owner: Laerthe-Souza
- License: mit
- Created: 2021-03-09T20:28:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T02:34:30.000Z (almost 4 years ago)
- Last Synced: 2024-01-09T17:44:50.931Z (about 1 year ago)
- Topics: context-api, framer-motion, github-login, login-oauth, mongodb, nextjs, pomodorus-technique, react-hooks, server-side-rendering, serverless-functions, styled-components, typescript
- Language: TypeScript
- Homepage: https://moveonpomodoro.vercel.app
- Size: 243 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
move.onA clone of the move.it app (app based on the Pomodorus Technique), developed by Rocketseat at NextLevelWeek 4
## View the app
🌞 Light mode
![]()
![]()
![]()
![]()
![]()
![]()
![]()
🌚 Dark mode
![]()
![]()
![]()
![]()
![]()
![]()
![]()
## Getting started
1. Clone this repo using `git clone [email protected]:Laerthe-Souza/move-on.git`.
2. Move yourself to the following directory `cd move-on`.
3. Run `yarn` to install all dependencies.
4. You will need to create a database. Please, view this [video](https://www.youtube.com/watch?v=Cz55Jmhfw84&t=1624s) to guide you.
5. To login with github, you will need to set up the OAuth app on your github account. For this, check this [documentation](https://docs.github.com/pt/developers/apps/creating-an-oauth-app) to guide you.
6. After completing the previous steps, create the `.env.local` file and add the environment variables of the `.env.example` file.
7. Run `yarn dev` to start the development server on `http://localhost:3000`## License
This project is licensed under the MIT License - check the [LICENSE](https://opensource.org/licenses/MIT) page for details.