https://github.com/mamad-1999/alarm-clock-react
simple Alarm clock app with react 🕖 👀 🎵 😆
https://github.com/mamad-1999/alarm-clock-react
alarm clock react
Last synced: 4 months ago
JSON representation
simple Alarm clock app with react 🕖 👀 🎵 😆
- Host: GitHub
- URL: https://github.com/mamad-1999/alarm-clock-react
- Owner: mamad-1999
- Created: 2022-06-12T07:35:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T14:05:03.000Z (over 3 years ago)
- Last Synced: 2024-05-19T00:37:36.139Z (over 1 year ago)
- Topics: alarm, clock, react
- Language: JavaScript
- Homepage: https://alarm-clock-react.netlify.app/
- Size: 896 KB
- Stars: 17
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alarm-Clock
-----
### Package in Project:
- React Icon### Feature
- Analog Clock
- Digital Clock
- Date "day--Year--Month"
- Set Alarm## [See Website](https://alarm-clock-react.netlify.app/)
## Run
Clone the project
```bash
https://github.com/mohammadyousefvand/Alarm-clock-react.git
```
Go to the project directory
```bash
cd Alarm-clock-react
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm start
```
-------