Elysium Solutions is an apparel shopping app with a focus on modern and accessible user interactions.
This app was built from the ground up and is the product detail / overview module of an entire single page e-commerce web application in a service oriented / microservices architecture.
- Controlled Carousel
- Dynamically responsive thumbnails
- Responsive left and right buttons
- Star Rating
- Product Category
- Product Title
- Default Price (and Sale Price if product is on sale)
- Social Media Share Icons
- Style Selector
- Size Selector
- Quantity Selector
- Shopping Cart
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
NodeJS and Xcode
First, navigate to the preferred local directory.
Next, fork the repo to your Github.
Next, access the demo site by cloning the Github repository:
$ git clone https://github.com/kwrnFec/overview_module.git
Navigate inside the directory './overview_module' and run the following commands:
$ npm i
After all dependencies are installed, run the following commands in two seperate terminal windows to start the server and the react development enviornment:
$ npm run start
$ npm run react-dev
In your browser, open up a window or tab to http://localhost:4567/
- Docker
- Amazon Web Services using an EC2 instance
- Honorio Taveras - Initial work - HonorioTaveras