MinhNNguyen / React-ProductPage

This is a code challenge that take one JSON file consist of product details, and turn it into to a functional product page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Description

This project is created to resolve the coding challenge. It was created using create-react-app
Demo Link

Configuration and Installation

Download Node.js nad check if npm is installed on your computer by typing npm -v in your terminal
Run npm install in your terminal to install all the required dependencies for the projext and
Then run npm start to run the application in the developement mode
The project can be tested using npm test script

Available Scripts

npm start

Runs the app in the development mode.

npm test

Launches the test runner in the interactive watch mode.

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.

npm run eject

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Built With

"jest-dom": "^3.1.2",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-bootstrap": "^1.0.0-beta.5",
"react-dom": "^16.8.3",
"react-icons": "^3.4.0",
"react-overlays": "^1.1.2",
"react-scripts": "2.1.5",
"react-testing-library": "^6.0.0",
"typescript": "^3.3.3333"

Author

Robert Nguyen

About

This is a code challenge that take one JSON file consist of product details, and turn it into to a functional product page


Languages

Language:JavaScript 60.9%Language:HTML 25.9%Language:CSS 13.2%