Skip to content

raiego/meteora-react-contextAPI-GlobalStates-Reduce

Repository files navigation

Meteora - Fashion E-commerce

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.

Application running GIF

🔨 Project Features

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.

✔️ Technologies Used

The Meteora project uses the following technologies and libraries:

  • React – JavaScript framework
  • Vite – Fast build tool for development
  • JavaScript – Main programming language
  • Context API – For state management
  • useReducer – For state control
  • useMemo – For performance optimization
  • Bootstrap – UI framework and components

🛠️ Running the Project

To run the Meteora project locally, follow these steps:

  1. Make sure you have Node.js installed on your machine.

  2. Download or clone the project repository.

  3. Extract the files to a folder of your choice.

  4. 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!

About

Fictional fashion e-commerce built with React to demonstrate global state management using Context API and useReducer, including basic shopping cart functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors