Project aims to create a Appointment App.
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
Builded a Appointment App using
-
HTML
-
CSS
-
JS
-
ReactJS
-
React-Bootstrap
☺ Happy Coding ✍