https://github.com/eltonlazzarin/moveit-next
Movie it is a project built with Next.js
https://github.com/eltonlazzarin/moveit-next
javascript jsapplication lifestyle-app moveit-nextjs nextjs nextjs-application typescript webdevelopment
Last synced: 3 months ago
JSON representation
Movie it is a project built with Next.js
- Host: GitHub
- URL: https://github.com/eltonlazzarin/moveit-next
- Owner: eltonlazzarin
- License: mit
- Created: 2021-02-18T02:50:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T01:30:27.000Z (over 5 years ago)
- Last Synced: 2025-03-26T13:51:02.633Z (over 1 year ago)
- Topics: javascript, jsapplication, lifestyle-app, moveit-nextjs, nextjs, nextjs-application, typescript, webdevelopment
- Language: TypeScript
- Homepage: moveit-next-mu.vercel.app
- Size: 2.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Move.it is a web application built with Next.js




About The Project |
Technologies |
Getting Started |
How To Contribute |
License
## 👨🏻💻 About the project
The application called Move.it tem is a web application using the resources of Next.js, React Hooks and for the management of states, ContextAPI was used and aims to suggest for people and, mainly for those people who work for a long time sitting, the option of moving during this period so as not to harm their quality of life and, with each challenge completed, the user will earn points, thus moving to new levels.
## 🚀 Technologies
Technologies that I used to develop this frontend app
- [Next.js](https://nextjs.org/learn/basics/create-nextjs-app)
- [TypeScript](https://www.typescriptlang.org)
- [React-Hooks](https://reactjs.org/docs/hooks-intro.html)
- [ContextAPI](https://reactjs.org/docs/context.html)
- [JS-Cookie](https://github.com/js-cookie/js-cookie)
- [VS Code](https://code.visualstudio.com) with [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [Prettier RC](https://github.com/prettier/prettier)
## 💻 Getting started
### Requirements
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://classic.yarnpkg.com/) or [npm](https://www.npmjs.com/)
**Access the folder**
```bash
$ cd moveit-next
```
**Follow the steps below**
**Running application**
```bash
# Install the dependencies
$ yarn
# Run the web app
$ yarn dev
```
## 🤔 How to contribute
**Follow the steps below**
```bash
# Clone your fork
$ git clone https://github.com/eltonlazzarin/moveit-next.git
# Create a branch with your feature
$ git checkout -b your-feature
# Make the commit with your changes
$ git commit -m 'feat: Your new feature'
# Send the code to your remote branch
$ git push origin your-feature
```
[Project Layout](https://www.figma.com/file/YSKc55Ag66ECSUOBBWTeI6/Move.it-2.0-(Copy)?node-id=160%3A2761)
After your pull request is merged, you can delete your branch
## 📝 License
This project is under the MIT license. See the [LICENSE](https://github.com/eltonlazzarin/moveit-next/blob/master/LICENSE) for more information.