Author: Nicola De Nicolais
This code represents a simple digital clock with calendar's days based on React with the integration of React Router
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.
npm install react-router-dom
yarn add react-router-dom
- Clone this repository from GitHub
git clone https://github.com/ndenicolais/react-digital-clock
- Change the working directory
cd react-digital-clock-main
- Install dependencies
npm install
yarn
- Run the application in developer mode
npm start
yarn start
- Open http://localhost:3000 to view the application in the browser
Customize the code according to your preferences by editing clock and calendar's parameters in:
📁 components