A modernized e-commerce site built for an optimal user browsing experience.
- Optimized performance using Redux
- 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
- Search functionality to filter questions by title
- Question and Answers lists with Load More functionality
- Question and Answer modals for adding to the list
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