This project comprises a complete redesign of the retail portal for our client.
The client has requested a modernization of their product detail page to be implemented in this initial release. The following modules of the page have been prioritized.
- Product Detail
- Ratings & Reviews
- Questions & Answers
QA Screecast Part 1
QA Screecast Part 2
- Related Items & Outfit Creation
We use React with hooks for our frontend codebase. For styling, we use React Styled Components. We largely follow Airbnb's Style Guide.
To run this project locally, in your terminal...
- Clone the project
git@github.com:7satsumas/fec-project.git. - Navigate into the root of the project.
- Run
npm installto install dependencies. - Run
npm run buildto compile project files. - Run
npm startto start your server. The project will be found athttp://localhost:3000/.

