Tag line : we provide latest and 100% quality assured electronics at competitive prices.
- Uses Chakra UI and styled components.
- Register functionality.
- Login functionality.
- products and cart pages are private routes.
- Uses useLocation to go back to recent accessed page before login.
- Sort and filter functionality.
- Search functionality with debouncing.
- Good Home page and About page designs.
- site is fully responsive.
- React JS with React-Redux.
- Chakra UI.
- styled components.
- https://digital-empire.onrender.com/products
- https://digital-empire.onrender.com/users
- https://65152628dc3282a6a3cdeb86.mockapi.io/messages
-
Clone the repository:
git clone https://github.com/zeenatabrar/concerned-picture-9849
-
navigate to project folder:
cd digital_empire
-
install the required dependencies:
npm install react-icons npm install react-router-dom@6 npm install react-redux redux redux-thunk npm i @chakra-ui/react @emotion/react @emotion/styled framer-motion npm install
-
start the frontend server:
npm run start
- After following the installation steps, open your web browser.
- Navigate to http://localhost:3000 to access the website.
- Explore the different features and sections of the website.
- Interact with the elements and see the content.
- Enjoy using the website and provide feedback!
Contributions are welcome! Here's how you can get involved:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Add your message here"
- Push your changes to your forked repository:
git push origin feature-name
- Open a pull request on GitHub and provide details about your changes.