Skip to content

luizcavalieri/sidebar-ipad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Exercise

A React Router project for showing products in online market places.

Live App

You can find this App running on the link below.

https://luizcavalieri.github.io/sidebar-ipad/

Installation

To run this project in a localhost, your computer needs:

Manual Setup

To manually set up the project, first clone it with Git:

git clone https://github.com/luizcavalieri/sidebar-ipad.git

Then open the folder in your command line, and install the dependencies needed:

cd sidebar-ipad
npm install 
npm run build

Finally, run npm start to run Webpack. Your finished site will be created in a folder called build, viewable at this URL:

http://localhost:3000

File Structure

Project root

  • public - entry folder where the index.html file is located.
    • image - images provided by the exercise this is added in the public folder as this is added dynamically to the project.
  • src - folder containing all the application.
    • assets
      • img - images used on the application.
      • style - folder containing all the styles and style settings (SCSS).
    • components - components present in the application.

Folders added after installation and built.

  • build - folder will be created after executing the build.
  • node modules - npm dependencies.

About

React application to show different products in sidebar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published