Apps deployed on heroku sleeps after an hour of inactivity. Give it some to wake, if it is loading slowly.
A website for an Apple reseller. The site only sells mac computers. The prices shown are discounted prices based on RRP. Customers can look Products specs, image, price. Customers can sort the products according to price. Customers can add the products to the cart where they can customise it further. Finally a subtotal is given, based on quantity and options, before checkout.
- React
- Redux - for application state management
- Nodejs
- Express CORS Middleware
- Nodemon - for watching for server changes
- Axios - for promise HTTP requests
- Native local storage API - for product persistence in floating cart
- CSS
- Node.js
- NPM
Execute the following command on your terminal to install all the needed packages:
npm install
just execute the following command and thats it! :D
npm start
The application will start automatically in your browser on http://localhost:3000