{"id":25683047,"url":"https://github.com/henriquemarquesdev/moveit","last_synced_at":"2026-04-12T17:39:19.382Z","repository":{"id":48916795,"uuid":"342735448","full_name":"henriquemarquesdev/moveit","owner":"henriquemarquesdev","description":"Next Level Week #04 by Rocketseat - ReactJS.","archived":false,"fork":false,"pushed_at":"2023-01-14T19:48:30.000Z","size":312,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-27T21:16:11.115Z","etag":null,"topics":["js-cookie","next-auth","nextjs","react","rocketseat","styled-components","styled-icons","typescript"],"latest_commit_sha":null,"homepage":"https://moveit-lime-ten.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/henriquemarquesdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-27T00:30:40.000Z","updated_at":"2023-01-14T19:49:06.000Z","dependencies_parsed_at":"2023-02-09T20:31:08.099Z","dependency_job_id":null,"html_url":"https://github.com/henriquemarquesdev/moveit","commit_stats":null,"previous_names":["henriquemarquesdev/moveit"],"tags_count":null,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriquemarquesdev%2Fmoveit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriquemarquesdev%2Fmoveit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriquemarquesdev%2Fmoveit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriquemarquesdev%2Fmoveit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henriquemarquesdev","download_url":"https://codeload.github.com/henriquemarquesdev/moveit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240516356,"owners_count":19814014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["js-cookie","next-auth","nextjs","react","rocketseat","styled-components","styled-icons","typescript"],"created_at":"2025-02-24T16:40:53.037Z","updated_at":"2026-04-12T17:39:14.354Z","avatar_url":"https://github.com/henriquemarquesdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" \u003e\n  \u003cimg align=\"center\" src=\"./public/images/logo.png\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  🚧 Under construction... 🚧\n\u003c/h1\u003e\n\n\u003cp align=\"center\" \u003e\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/hmdarkfir3/moveit?style=for-the-badge\"\u003e\n  \n  \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/hmdarkfir3/moveit?style=for-the-badge\"\u003e\n  \n  \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\" \u003e\n  \u003ca href=\"https://moveit-lime-ten.vercel.app\"\u003eApplication Demonstration\u003c/a\u003e\n\u003c/p\u003e\n  \n---\n\n## 📋 About\n\nMoveIt is an application to encourage those who spend hours at the computer to exercise, using the pomodoro method, every 25 minutes concentrated on work they will have a break to do a little exercise and with the addition of gamification in the application.\n\n---\n\n## 🎉 Improvements\n\n    - Added a SideBar;\n    - Added authentication with github via Auth0;\n    - Added dark theme in the application;\n    - Added save theme to localStorage;\n    - Added Icons to represent the buttons;\n\n---\n\n## 🎖 Milestone\n\n    - Adjust mobile app designer;\n\n---\n\n## 📂 How to run this project\n\nTo clone and run this app, you will need to [Git](https://git-scm.com) and [NodeJs](https://nodejs.org/en/).\n\n### 🌀 Cloning the repository\n\n```bash\n# Clone this repository\n$ git clone https://github.com/HMDarkFir3/moveit.git\n\n# Access the project folder in the terminal/cmd\n$ cd moveit\n```\n\n### 🎲 Running the Application\n\n```bash\n# Install dependencies\n$ yarn install\n\n# Run the Application in Development\n$ yarn dev\n\n# The server will log in port:3000 - `http://localhost:300`\n```\n\n### 📁 .ENV Configuration \n\n```bash\n# added .env.example in the project, remember to add the environment variables as per the example\n\n# VERCEL\nVERCEL=\nVERCEL_ENV=\nVERCEL_URL=\nVERCEL_GIT_PROVIDER=\"\"\nVERCEL_GIT_REPO_SLUG=\"\"\nVERCEL_GIT_REPO_OWNER=\"\"\nVERCEL_GIT_REPO_ID=\"\"\nVERCEL_GIT_COMMIT_REF=\"\"\nVERCEL_GIT_COMMIT_SHA=\"\"\nVERCEL_GIT_COMMIT_MESSAGE=\"\"\nVERCEL_GIT_COMMIT_AUTHOR_LOGIN=\"\"\nVERCEL_GIT_COMMIT_AUTHOR_NAME=\"\"\n\n# GITHUB\nGITHUB_CLIENT_ID=\nGITHUB_CLIENT_SECRET=\n\nNEXTAUTH_URL=\nREACT_APP_URL=\n```\n\n---\n\n## 🚀 Technologies Used\n\nThe project was developed using the following technologies:\n\n- [ReactJS](https://reactjs.org)\n- [NextJS](https://nextjs.org)\n- [NextAuth.js](https://next-auth.js.org)\n- [TypeScript](https://www.typescriptlang.org)\n- [JS Cookie](https://github.com/js-cookie/js-cookie)\n- [Styled Components](https://styled-components.com)\n- [Styled Icons](https://styled-icons.js.org)\n\n---\n\n## 💪 How to contribute to the project\n\n1. Make a **fork** of the project.\n2. Create a new branch with your changes: `git checkout -b my-feature`\n3. Save the changes and create a commit message telling you what you've done: `git commit -m \"feature: My new feature\"`\n4. Submit your changes: `git push origin my-feature`\n   \u003e If you have any questions check out this [guide on how to contribute to GitHub](https://github.com/firstcontributions/first-contributions)\n\n---\n\n## 🧑 Author\n\n\u003cimg style=\"border-radius: 50%;\" src=\"https://github.com/HMDarkFir3.png\" width=\"150px;\" alt=\"\"/\u003e\n \u003ch4\u003eHenrique Luís Oliveira Marques\u003c/h4\u003e\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/henrique-luís-oliveira-marques-3406361a7/\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003cp\u003e\n\n---\n\n## 📝 License\n\nThis project is under the MIT license. See the [LICENSE](./LICENSE) to learn more.\n\u003cbr\u003e\n👋🏽 [Get in touch!](https://www.linkedin.com/in/henrique-luís-oliveira-marques-3406361a7/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenriquemarquesdev%2Fmoveit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenriquemarquesdev%2Fmoveit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenriquemarquesdev%2Fmoveit/lists"}