Skip to content

Appointments can be created, deleted and consulted or non-consulted by selecting the doctor in the appointment project and entering the name and day&time information. The project initially pulls the doctor and appointment information from the mock API.

Notifications You must be signed in to change notification settings

TugbaGokalp/appointment-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Appointment App (

Description

Project aims to create a Appointment App.

Project Skeleton

APPOINTMENT-PROJECT(folder)
|
|----Readme.md        
SOLUTION
├── public
│     ├── index.html
│     └── img
│
├── src
│    ├── components
│    │       ├── AddModal.jsx
│    │       ├── AppointmentList.jsx
│    │       ├── Doctors.jsx
│    │       └── Footer.jsx
│    │       
│    ├── helper
│    │       └── data.js
│    ├── pages
│    │       └── Home.jsx
│    ├── App.js
│    ├── App.css
│    ├── index.js
│    └── index.css
├── package.json
└── package-lock.json

Expected Outcome

Project 002 Snapshot

Objective

Builded a Appointment App using

  • HTML

  • CSS

  • JS

  • ReactJS

  • React-Bootstrap

☺ Happy Coding ✍

About

Appointments can be created, deleted and consulted or non-consulted by selecting the doctor in the appointment project and entering the name and day&time information. The project initially pulls the doctor and appointment information from the mock API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published