Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.35 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.35 KB

Vendr

Vendr is a full-featured e-commerce web application built using React. It showcases product listing, shopping cart functionality, user authentication, and a seamless checkout process.

Live Demo

Coming Soon

Technologies Used

The project uses the following technologies:

  • React for building the user interface
  • Redux for state management
  • React Router for navigation
  • Firebase for user authentication and data storage

Installation

Make sure you have Node.js and npm installed.

  1. Clone or Download the repo:

    git clone https://github.com/viewsdevelop/vendr-app.git
    cd vendr-app
    
  2. Install dependencies:

    npm install
    
  3. Run the application:

    npm start
    

After running the application, visit localhost:3000 in your browser.

Usage

Here's a brief intro to how to use Vendr:

  1. View products on the homepage.
  2. Add products to your cart.
  3. View your cart and proceed to checkout when ready.
  4. If you're a new user, you'll need to register an account. If you're a returning user, you can log in with your credentials.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Vendr is licensed under the MIT License.