https://github.com/mrseanbaines/pomo-web
A pomodoro clock built using React & Styled Components
https://github.com/mrseanbaines/pomo-web
es2015 es6 javascript pomodoro react reactjs styled-components timer
Last synced: about 1 month ago
JSON representation
A pomodoro clock built using React & Styled Components
- Host: GitHub
- URL: https://github.com/mrseanbaines/pomo-web
- Owner: mrseanbaines
- Created: 2018-09-12T21:29:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:26:58.000Z (over 2 years ago)
- Last Synced: 2025-01-25T07:07:56.533Z (3 months ago)
- Topics: es2015, es6, javascript, pomodoro, react, reactjs, styled-components, timer
- Language: JavaScript
- Homepage: https://mrseanbaines-pomo.netlify.com/
- Size: 2.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pomo Web
A pomodoro clock built using React & Styled Components## Setup
Make sure you have [Node](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed.To get started, run the following commands:
1. Install dependencies:
```sh
npm install
```
2. Run the app:
```sh
npm start
```
3. View the project at http://localhost:3000/