https://github.com/geekgurudev/time-converter
https://github.com/geekgurudev/time-converter
front-end frontend react react-js reactjs tailwind tailwind-css tailwindcss
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geekgurudev/time-converter
- Owner: GeekGuruDev
- Created: 2022-03-27T04:48:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T02:00:49.000Z (about 4 years ago)
- Last Synced: 2025-08-25T12:13:49.521Z (10 months ago)
- Topics: front-end, frontend, react, react-js, reactjs, tailwind, tailwind-css, tailwindcss
- Language: JavaScript
- Homepage: https://time-converter1.netlify.app/
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time Converter
A Time Converter built using ReactJS and Tailwind CSS.
### [Live Demo](https://time-converter1.netlify.app/)
# Installation and Run
1. Clone the repository
```
https://github.com/Gurpreeet-Singh/time-converter
```
2. To install the dependencies, simply write
```
npm install
```
3. To run the app in development, simply write
```
npm start
```