Skip to content

A initial project for our devs, presenting the world of React.js for the first time

Notifications You must be signed in to change notification settings

InsperCoding/pomodoro

Repository files navigation

Countdown Clock Insper Coding (Pomodoro Project)

The idea of this project is basically a initial project for our devs, presenting the world of React.js for the first time.

Test the app

If you want to take a look at my version of the app, here is the link for the countdown app:

Countdown Insper Coding

How to customize for you version

If you want to change my version of the app and get your own one, you can use the instructions below:

You only need to have NodeJS, npm and Git installed, so that you can execute the commands.

Here is a tutorial to install NodeJS and npm:

Install NodeJS and npm Tutorial

And here a tutorial to install Git:

Install Git Tutorial

If you have all set up, you need to run the commands below:

#Clone the Github repository
git clone https://github.com/InsperCoding/pomodoro

#Enter the Pomodoro project folder
cd pomodoro/

In the Pomodoro project folder you need to get the node_modules pack using the command below:

#Installing the node_modules folder
npm install

#if you have yarn
yarn

Then you need to run the command:

#Installing the node_modules folder
npm start

#if you have yarn
yarn start

To open the application you can click the button below:

Open My App

Or you can open the project in you browser, to do this you just need to open your browser (Firefox, Google Chrome, Internet Explorer and etc) and type http://localhost:3000.