A shopping app built with React. It was started as a practice project for ReactJS. (api)
Run the following commands in order to start up the app
- Clone the repo:
git clone https://github.com/Osama-Khan/react-shop
- CD into the created directory:
cd react-shop
- Install the dependencies:
npm install
- Start up the app:
npm start