Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 766 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 766 Bytes

About The Project

E-commerce site built with React.js, HTML and SCSS. The app fetches API calls and displays products that can be then sorted in specific order. The app contains custom components and useful external plugins (e.g. for pagination and routing).

Technology

The App is built with ReactJS. It uses Axios to get a GitHub API call and React-Paginate for pagination. Styles are made with Sass.

Setup

Clone this repo to your desktop and run npm install to install all the dependencies.

npm install

Once the dependencies are installed, you can run npm start to start the application. You will then be able to access it at localhost:3000

npm start

Link

The app is published here: https://karolinaru.github.io/ecom/