Skip to content

Apoerin/appointments-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your Appointments

This small app is for current vet doctor appointments.

Demo

Link: https://apoerin.github.io/appointments-app/

Functionality

  • Fetching and displaying data from json file,
  • Add new Appointment by filling the form
  • Search in list of existing appointments
  • Delete existing appointment
  • Sort appointments by order or name/date.

Tech Stack

React (Hooks), Bootstrap

Run Locally

Clone the project

  git clone https://github.com/Apoerin/appointments-app.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start