The Mi Store Clone web application, developed using ReactJS, is a foundational project that marks my initial exploration into the world of ReactJS. This project, aimed at replicating the landing page of Mi Store, not only served as a crucial learning experience but also laid the groundwork for a deeper understanding of ReactJS and its core concepts.
-
ReactJS Foundation: The project is a ReactJS-based web application, providing an immersive learning experience for developers venturing into React for the first time.
-
Landing Page Replication: The primary goal is to replicate the landing page of Mi Store, a leading brand in the tech industry, showcasing proficiency in ReactJS concepts.
-
Data Integration: A JSON file was created to house essential data, and the project involves fetching and rendering this data dynamically within the web application.
Follow these steps to set up and run the Mi Store Clone locally:
-
Clone the Repository:
git clone https://github.com/doubtcrack/Mi-Store-Clone.git cd Mi-Store-Clone
-
Installing Dependencies:
npm install
-
Starting the Project
Begin the application with the following command in the Mi-Store-Clone directory:
npm start
Accessing the Application
You're all set! Open your browser and go to http://localhost:3000 to access the Mi-Store-Clone application.
If you find this project useful and would like to contribute or show your support, we welcome your involvement. Feel free to submit pull requests, report issues, or share your feedback. Your contributions make this project even better!
And also Don't forget to give a star ⭐ to the this Repo.