worktimer

React Pomodoro Timer

GPL-3.0 License

Stars
1
Committers
1

worktimer

A simple Create React App (CRA) Pomodoro timer. Can be saved as a stand alone app on your desktop.

This project was started with Create React App. You can find the most recent version of thier guide here.

Styled Components for styling the React components with CSS. Their documentation for use and tooling is excellent!

My gh-page running example

JHA Work Timer

Setting up

If you would like to checkout this repo. You will need node installed. You can use yarn instead of npm. Now start the process with the following:

> git clone https://github.com/linoxyn/worktimer.git
> cd worktimer
> npm install
> npm start

Alternatively

Download the .zip file. Extract the contents, go to the project directory, start your terminal:

> npm install
> npm start

Eslint and Prettier

You will need to set some rules up in your editor and also in your .eslintrc file to take advantage of automatically linting files on save.

A great guide to set this up in the Visual Studio Code editor can be found on Nicky's Blog.

Enjoy!

Badges
Extracted from project README
JavaScript Style Guide
Related Projects