Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/priyanayak28/booking-appointment-app
- Owner: PriyaNayak28
- Created: 2024-01-22T14:02:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T18:56:17.000Z (4 months ago)
- Last Synced: 2024-09-06T22:07:13.451Z (4 months ago)
- Topics: api-requests, axios, crud, front-end, html, javascript, local-storage, practice-project, web-development
- Language: JavaScript
- Homepage: https://priyanayak28.github.io/Booking-Appointment-App/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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