joeldorosarioo / move.it

Enhance your well-being with Move.it, a project integrating the Pomodoro technique with invigorating challenges for computer users.

Home Page:https://move-it-joeldorosarioo.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next Level Week   |    Project   |    Technologies   |    How to use   |    How to contribute   |    License

What's Next Level Week?

Next Level Week is a practical week with lots of code, challenges, networking and a single objective: to take you to the next level.

Through our method you will learn new tools, learn about new technologies and discover hacks that will boost your career. An online and completely free event that will help you take the next step in your evolution as a dev.

Project

Move.it is a project that combines the pomodoro technique with some challenges for the well-being of those who spend many hours using the computer.

Technologies

This project was developed with the following technologies:

How To Use

To clone and run this application, you'll need Git, NodeJS + Yarn installed on your computer.

From your command line:

# Clone this repository

$ git clone https://github.com/joeldorosarioo/move.it.git

$ cd move.it

# Install dependencies

$ pnpm install

# Activate hooks

$ pnpm husky install

# Run the Development Server

pnpm run dev

How to contribute

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

License

This project is under the MIT license. See the LICENSE for details.

Made with ♥ by Joel Oliveira. Get in touch!

About

Enhance your well-being with Move.it, a project integrating the Pomodoro technique with invigorating challenges for computer users.

https://move-it-joeldorosarioo.vercel.app/

License:MIT License


Languages

Language:TypeScript 92.3%Language:CSS 5.4%Language:JavaScript 1.8%Language:Shell 0.5%