This project demonstrates a basic CRUD (Create, Read, Update, Delete) web application using JavaScript and the Firebase. The app fetches, displays, and manages products dynamically.
to live URL click here fake-store.
- Read Products: Fetch and display all products from the API as interactive cards.
- Create Product: Add new products with user-provided details, including:
- Title
- Price
- Description
- Update Product: Update the title of an existing product.
- Delete Product: Delete a product and refresh the product list.
- HTML: Structure of the application.
- CSS: Styling for product cards and layout.
- JavaScript: Application logic and API integration.
- Firebase: Backend service for CRUD operations.