Skip to content

The Orchid Seller Web app allows users to browse various types of orchids available for sale, leave feedback, and update their profile information

License

Notifications You must be signed in to change notification settings

Gianguyen1234/Orchid_Seller_Web

Repository files navigation

React+Vite


Orchid Seller Web Open Source

Welcome to the Orchid Seller Web project! This project is a simple web application developed with React, Vite, and Material UI. It is designed to help practice fetching data from APIs in React.

Project Overview

This app allows users to browse various types of orchids available for sale. It features a clean, responsive layout designed with Material UI, making it user-friendly and visually appealing.

Features

  • Orchid List: Display a list of orchids with details such as name, price, and image.
  • API Fetching: Fetches data dynamically from an external API.
  • Responsive Design: Styled with Material UI for a modern, responsive user interface.
  • Filtering/Search: (Optional) You may add filtering or search functionalities to enhance user experience.
  • Profile Update: Users can update their profile information to keep their details current.
  • Filtering/Search: Additional features like filtering or search can enhance the browsing experience.

Technologies Used

  • React with Vite: A fast, lightweight framework and build tool.
  • Material UI: Provides a sleek, consistent look and feel across components.
  • API Fetching: Practicing data retrieval from APIs.

Installation and Setup

  1. Clone the repository:

    git clone https://github.com/Gianguyen1234/Orchid_Seller_Web.git
  2. Navigate to the project directory:

    cd Orchid_Seller_Web
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your browser and visit http://localhost:3000 to view the app.

API Integration

This project fetches orchid data from an external API. Ensure you have set up the API endpoint in your project correctly. If there is an API_URL or configuration file, update it to point to your API.

Contributing

If you wish to contribute to this project:

  1. Fork the repository.
  2. Create a new branch for your feature (git checkout -b feature-name).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-name).
  5. Open a pull request.

License

This project is open-source and available under the MIT License.


Happy coding!

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

About

The Orchid Seller Web app allows users to browse various types of orchids available for sale, leave feedback, and update their profile information

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published