Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1 KB

README.md

File metadata and controls

60 lines (42 loc) · 1 KB

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 ✍