Shoe-Store presents a model e-commerce website tailored for shoe enthusiasts. With a dynamic interface and specialized categorization, our platform offers a seamless shopping experience.
- Wish List functionality
- Comprehensive Product Listings
- Secure Login System
- Integration of APIs (Post Office and Google Auth)
To launch the website successfully, ensure the following dependencies are installed:
- Run the following command in your terminal:
npm i --save @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/free-regular-svg-icons @fortawesome/free-brands-svg-icons save @fortawesome/react-fontawesome@latest react-router bootstrap@5.3.3- Next, install react-router-dom:
npm i -D react-router-dom@latest- Install jQuery types:
npm i --save-dev @types/jquery- Install UUID types:
npm i --save-dev @types/uuid dotenv- Finally, add the following packages using yarn:
yarn add react-slick slick-carousel react-hot-toast uuid @react-oauth/google@latest react-hook-formOnce all dependencies are installed, execute yarn start command to launch the website.