This project is a mobile store application where users can browse a catalog of mobile phones. The application allows users to filter and select mobile devices based on their preferences. It is designed to provide a smooth user experience through a clean and efficient interface.
- React - A JavaScript library for building user interfaces.
- Redux - A Predictable State Container for JS Apps.
Visit the live preview of the Mobile Store Catalog at: Live Preview
View the mockup of the Mobile Store Catalog at: Mockup
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Softjey/react_phone-catalog.git
- Install dependencies:
npm install
- Start the development server:
npm start
Open http://localhost:3000
to view it in the browser.
Thank you for checking out our Mobile Store Catalog project!