alexaldearroyo / react-guest-list

Guest List CRUD App made with React

Home Page:https://alexarroyoguestlist.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guest List App

A simple React CURD application to manage a guest list. This app allows you to create, read, update, and delete the attendance status of guests.

Life Preview Here

Description

The application provides a web interface to manage your guest list. You can:

  • Add a guest: Enter the first and last name and click "Add Guest".
  • Remove a guest: Click the "Remove" button next to a guest.
  • ✔️ Toggle attendance: Check or uncheck the checkbox to mark a guest as attending or not.

API

The app interacts with a REST API to perform CRUD operations on the guest list. The API is forked from here and its base URL is: https://9rbjs-4000.csb.app.


© Alex Arroyo 2024

About

Guest List CRUD App made with React

https://alexarroyoguestlist.netlify.app


Languages

Language:JavaScript 71.5%Language:CSS 15.0%Language:HTML 13.5%