Meteora is an e-commerce project currently in its early development stage. This README provides information about the project, its features, and how to run it in your local environment.
At this early stage of development, Meteora includes the following features:
- Add items to the cart
- Remove items from the cart
- View the cart page
- Delete items from the cart
You can find the Figma design for this application here.
The Meteora project uses the following technologies and libraries:
React– JavaScript frameworkVite– Fast build tool for developmentJavaScript– Main programming languageContext API– For state managementuseReducer– For state controluseMemo– For performance optimizationBootstrap– UI framework and components
To run the Meteora project locally, follow these steps:
-
Make sure you have Node.js installed on your machine.
-
Download or clone the project repository.
-
Extract the files to a folder of your choice.
-
Navigate to the project folder using your terminal:
cd repo-meteora
Install the dependencies using npm:
npm install
Start the development server:
npm run dev
Open your browser and access the URL shown in the terminal to view the application.
📚 Additional Information
Meteora is a fictional fashion e-commerce project that is continuously being developed. The purpose of this project is to improve React skills and demonstrate the use of the Context API as a solution for managing global state in a React application.
The design and prototype for this project can be found here .
Enjoy building and improving Meteora!
