Skip to content

Digital Clock & Calendar based on React with the integration of React Router

Notifications You must be signed in to change notification settings

ndenicolais/react-digital-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Digital Clock

Author: Nicola De Nicolais

This code represents a simple digital clock with calendar's days based on React with the integration of React Router

💻 Technologies used

React.js is a JavaScript library for creating user interfaces specific to single-page applications. It allows developers to create large web applications that can modify data without having to reload the page every time.

React Router is a complete JavaScript routing library that allows you to manage paths within a web application using so-called dynamic routing. It allows navigation between sections of various components in React applications and allows you to change the URL of the browser while keeping the user interface synchronized with the URL.

Installation

npm install react-router-dom
yarn add react-router-dom

🛠️ Installation Steps

  1. Clone this repository from GitHub
git clone https://github.com/ndenicolais/react-digital-clock
  1. Change the working directory
cd react-digital-clock-main
  1. Install dependencies
npm install
yarn
  1. Run the application in developer mode
npm start
yarn start
  1. Open http://localhost:3000 to view the application in the browser

⚙️ Customization

Customize the code according to your preferences by editing clock and calendar's parameters in:

📁 components

About

Digital Clock & Calendar based on React with the integration of React Router

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published