victorbadaro / moveit-next

A pomodoro app for devs made with Next.js

Home Page:moveit-next-gold-nu.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move It

App

LEIAME.md Demo Page

Summary


🧾 About

A Pomodoro app for developers.

🚀 Technologies


🔽 How to download the project

$ git clone https://github.com/victorbadaro/moveit-next

💻 How to run the project

The commands below use the yarn package manager.

# 1. Install all the project dependencies
$ yarn

# 2. Run the app
$ yarn dev

If everything runs correctly, the following message will be displayed on your terminal:

ready - started server on 0.0.0.0:3000, url: http://localhost:3000
event - compiled successfully

After that open your browser and access: http://localhost:3000

✅ Nice! If you followed all the steps above correctly the project will be running locally on your machine already.

👌 How to use the app

  • Click in Iniciar um ciclo to start Start a cycle

  • A 25-minute countdown will start Cycle started

  • You can left a cycle by clicking in Abandonar ciclo Left cycle

  • After the cycle is ended (after the 25-minute countdown ends) a new challenge will be shown on the screen with some buttons to you inform if you completed or not that challenge New challenge

  • By clicking in Completei the experience of that completed challenge will be accounted for the user experience Completing the challenge

  • By completing the necessary experience (indicated on the Experience Bar at the top of the page) the user will level up and a message will be shown on the screen Level Up



Developed with ❤ by Victor Badaró

About

A pomodoro app for devs made with Next.js

moveit-next-gold-nu.vercel.app


Languages

Language:TypeScript 69.2%Language:CSS 30.8%