Skip to content

jon-cbar/stop-a-bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stop a Bit

GitHub top language GitHub language count

Stop a Bit is an application to remind people that they need to stop hard work, get some rest and stretch. It uses a technique called Gamification to encourage workers to stop.

This application is an example created during the Next Level Week #4 organized and promoted by the Rocketseat team.

Technologies

How to use

1. Install Node.js

This is a way to do.

2. Install Yarn

This is a way too.

3. Clone this repository

git clone https://github.com/jon-cbar/stop-a-bit.git

4. Start it

To run the development server:

cd stop-a-bit
yarn
yarn dev

Then, open http://localhost:3000 with your browser to see the result.