Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.81 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.81 KB

Techstyles

A modernized e-commerce site built for an optimal user browsing experience.

Authors

Mevludin Causevic
Yeong Hwang

Built With

NodeJSReactExpressJSJavaScriptHTML5CSS3ReduxAWS

Key Features

  • Optimized performance using Redux

Related Products & Your Outfit

Features

  • Related Products list with comparison modals
  • Outfits list that users could customize
  • Re-renders the page with the selected related product once user clicks on its image

Questions & Answers

Features

  • Search functionality to filter questions by title
  • Question and Answers lists with Load More functionality
  • Question and Answer modals for adding to the list

Getting Started

Installation

  • Clone the repository
        git clone https://github.com/AMYVify/Atelier.git
    
  • Install the dependencies
        npm install
    
  • add a .env file in the root directory and add
        AUTH_SECRET='Insert API token'
    
  • Run the following script
        npm run dev