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).
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.
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
The app is published here: https://karolinaru.github.io/ecom/