Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/priyanayak28/booking-appointment-app

A simple web application to practice CRUD operations using Axios, Local Storage, and JavaScript. This project demonstrates how to add, edit, and delete data while persisting it across browser sessions.
https://github.com/priyanayak28/booking-appointment-app

api-requests axios crud front-end html javascript local-storage practice-project web-development

Last synced: about 2 months ago
JSON representation

A simple web application to practice CRUD operations using Axios, Local Storage, and JavaScript. This project demonstrates how to add, edit, and delete data while persisting it across browser sessions.

Awesome Lists containing this project

README

        

# Booking-Appointment-App

## Description

This project is a simple web application that uses **Axios** to perform **CRUD (Create, Read, Update, Delete)** operations. The data is fetched using an API and stored locally in the browser's **Local Storage** to ensure persistence. This project is great for practicing API requests with Axios and managing data locally with Local Storage.

## Features

- **Add Data**: Use a form to add new data to the list.
- **Edit Data**: Modify existing data entries.
- **Delete Data**: Remove data from the list.
- **Persistent Storage**: Data is saved in **Local Storage** to ensure it remains available across browser sessions.
- **Axios Integration**: API requests (GET, POST, PUT, DELETE) are performed using Axios.

## Technologies Used

- **HTML5**
- **CSS3**
- **JavaScript (ES6)**
- **Axios** for API requests
- **Local Storage API**

## Getting Started

### Prerequisites

- A modern web browser (e.g., Chrome, Firefox, Edge, Safari)
- Basic knowledge of HTML, CSS, and JavaScript

### Installation

https://github.com/PriyaNayak28/Booking-Appointment-App