Skip to content

An application that calculate the difference between two dates

Notifications You must be signed in to change notification settings

javagose/reactCalculateDateDifferences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project aims to calculate difference between two given date. using Moment and Hacker0x01/react-datepicker.

Folder Structure

After creation, your project should look like this:

my-app/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    form/
      form.js
    App.css
    App.js
    App.test.js
    index.css
    index.js
    logo.svg

For the project to build, these files must exist with exact filenames:

  • public/index.html is the page template;
  • src/index.js is the JavaScript entry point.

Run the project

Use :

npm install

To install Dependencies.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

An application that calculate the difference between two dates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published