/test-redventures

Test Application for Red Ventures

Primary LanguageCSS

This project was created from Create React App.

Folder Structure and Support

Responsive layout was only tested on iPhone 6 Portraid on Chrome

redventures/
  README.md
  node_modules/
  package.json
  public/
    index.html
  src/
		components/
			About.js
			Footer.js
			Header.js
			Products.js
		data/
			data.json
		images/
		sass/
		styles/
    App.css
    App.js
    App.test.js
    index.js

Available Scripts

In the project directory, you can run:

npm install

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.