Shubh0501 / CompareIt

CompareIt is an Application which can compare any two objects that user search for. It is built using React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compare It

A Single Page Application designed to compare 2 products with each other using React.js. The project currently holds single dummy data, which is shown in case of any selection. However, Actions with all parameters are created. User just have to give the route for their own API and they can get started with fetching live data from the database. The API files for this application can be found at Shubh0501/CompareItAPI

How to Run

  1. Clone this repository or download the .zip file from top right options. Extract the files in a folder.
  2. Download Node.js in your system from it's website and install that in your system.
  3. After installation, open your terminal and type node -v and npm -v to see the versions of these.
  4. Go to your folder where you have extracted these files in terminal and run the codes npm install then npm start
  5. The website will open in your browser.

Available Scripts

In the project directory, you can run:

npm install

Installs the required packages needed to run the application.

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Disclaimer

Some sources used in this application are used from open-source website and may require permissions to use at a commecial level. The Project Creator/ Author does not take any responsibility for providing anyone with the Licenses nor does He provides anyone with the license.

Thanks!!!

About

CompareIt is an Application which can compare any two objects that user search for. It is built using React.js


Languages

Language:JavaScript 86.1%Language:CSS 10.0%Language:HTML 3.9%