Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        






move.on

A clone of the move.it app (app based on the Pomodorus Technique), developed by Rocketseat at NextLevelWeek 4



License MIT


## 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.