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

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

Awesome Lists containing this project

README

          


Logo


Move.it is a web application built with Next.js


GitHub top language

GitHub language count

GitHub last commit

GitHub issues

GitHub


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.