https://github.com/lalitmee/countdown-timer
Countdown timer
https://github.com/lalitmee/countdown-timer
countdown-timer material-ui reactjs
Last synced: about 1 month ago
JSON representation
Countdown timer
- Host: GitHub
- URL: https://github.com/lalitmee/countdown-timer
- Owner: lalitmee
- Created: 2020-10-23T07:25:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T11:29:35.000Z (about 5 years ago)
- Last Synced: 2024-12-29T09:17:33.898Z (about 1 year ago)
- Topics: countdown-timer, material-ui, reactjs
- Language: JavaScript
- Homepage: https://lalitmee.github.io/countdown-timer/
- Size: 3.68 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# countdown-timer

## How to run
### 1. Clone the repository
```bash
git clone https://github.com/lalitmee/countdown-timer.git
```
### 2. Install Packages
```bash
cd countdown-timer
yarn
# or
npm install
```
### 3. Run
```bash
yarn start
# or
npm start
```
### 4. Open in the browser
After running the command `yarn start` or `npm start`, it will open the server in your default
browser. If not, you can go to your browser and put
```
localhost:3000
```
in the address bar and it will run.
- If you are still not able to run it after the last step, it means that `3000` port is occupied with some
other process so you will have to go to other port which will be
```bash
localhost:3001
```
and so on.