Dynamically Rendered Product Pane
Recreated the Nixon.com product page workflow using ReactJS, MongoDB, Express, Node, and AWS. I was responsible for the product which included dynamically rendering each watch from its serial #, providing a zoom functionality for each image of the watch for users to closely inspect details, and change to alternative colors and unique serials with the click of their image.
Gif of Product Component functionality
- Node Package Manager
- MongoDB
- Clone down repo
- Navigate to directory in terminal
- Setup packages using NPM run
npm install
- Seed database using
npm run seed
- Start local server with
npm run start
- Navigate to http://localhost:4000
- Enjoy the component!