The idea of this project is to make people move. Move.me aims to help people exercise, to do something instead of being always stuck.
This is a frontend project build using React and Next.js. The styles were built using CSS modules.
The project is available at https://move-me.vercel.app/
To run the project locally, first install de dependencies:
npm install
# or
yarn
Then run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.