https://github.com/chhaya03/bharat_clock
https://github.com/chhaya03/bharat_clock
bootstrap javascript reactjs
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/chhaya03/bharat_clock
- Owner: chhaya03
- Created: 2025-01-08T13:01:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T13:13:26.000Z (over 1 year ago)
- Last Synced: 2025-10-26T04:36:07.188Z (9 months ago)
- Topics: bootstrap, javascript, reactjs
- Language: JavaScript
- Homepage: https://bharat-clockdateandtime.netlify.app/
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
Bharat Clock
Bharat Clock is a simple React-based web application that displays the current date and time in India. The project uses React components, Bootstrap for styling, and JavaScript's Date object to fetch and render the time dynamically.
Features
- Displays the current date and time in a clean and minimal UI.
- Uses Bootstrap for responsive and aesthetic styling.
- Updates the time dynamically based on the local system clock.
Project Structure
- App.jsx: Contains the main application component that renders the clock UI.
- main.jsx: Entry point of the React application, responsible for rendering the App component into the DOM.
- style.css: Custom CSS styles (if any) to enhance the appearance of the application.
- Bootstrap: Used for additional styling and layout.
Prerequisites
Node.js and npm installed on your system.