A fully-featured e-commerce platform built with React 18, Redux Toolkit, and Tailwind CSS. This high-performance online store delivers a seamless shopping experience with real-time filtering, advanced search, responsive design, and persistent cart management.
Clone the repository:
git clone <repository-url>
Install the dependencies:
npm install
Create a .env
file in the root directory and add the following environment variables:
REACT_APP_API_URL=https://fakestoreapi.com
Start the development server:
npm run dev
Open http://localhost:3000 to view the app in the browser.
src/
āāā components/ # Reusable UI components
ā āāā BreadCrumb/
ā āāā cart/
ā āāā Filter/
ā āāā Hero/
ā āāā Product/
ā āāā Service/
ā āāā sort/
āāā pages/ # Route pages
āāā state/ # Redux state management
ā āāā actions/
ā āāā reducers/
ā āāā store.js
āāā assets/ # Static assets
āāā config.jsx # App configuration
āāā constant/ # Constants and data
MIT License
Copyright (c) 2024 Your Name
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Made with ā¤ļø by Arjun Regmi Chhetri