Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 642 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 642 Bytes

My Products Online

A simple front-end app allowing a user to login to his/her existing account, list their products and add new product previews

This project was bootstrapped with Create React App.

To run the app:

git clone https://github.com/mecawish/my-products-online.git
cd my-products-online
npm install
npm start

Open http://localhost:3000 to view it in the browser.

Also automatically deployed to Heroku on every commit at https://my-products-online.herokuapp.com/.

Technologies used:

  • Apollo Client
  • GraphQL
  • Reach Router
  • React
  • React Waypoint
  • styled components