An open API service indexing awesome lists of open source software.

https://github.com/ibrsec/appointment-lifting-stateup


https://github.com/ibrsec/appointment-lifting-stateup

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          







Logo

Employee List Project


An awesome Employee List Project
Explore the docs ยป




View Demo
ยท
Report Bug
ยท
Request Feature


๐Ÿ“Ž Table of Contents ๐Ÿ“Ž


  1. About The Project


  2. Overview

  3. Quick Setup

  4. Directory structure

  5. Built With


---


## โ„น๏ธ About The Project

[![appointment-lifting-stateup](./src/img/project.gif)](https://appointment-lifting-stateup.vercel.app/)

(back to top)

---


## ๐Ÿ‘€ Overview

๐Ÿ“ฆ Used mock doctors data from data.jsx file
๐ŸŽฏ Used React environment, components, use state, use effect hooks, uplifting state
๐Ÿ–ฅ Make appointment for doctors with selecting patient name and appointment date
๐Ÿ”ฉ List, delete and sign as consulted the appointments

(back to top)


## ๐Ÿ›ซ Quick Setup

```sh
# clone the project
git clone https://github.com/ibrsec/appointment-lifting-stateup.git

# enter the project directory
cd appointment-lifting-stateup

# install dependency
npm install || yarn install

# develop
npm run dev || yarn start
```

(back to top)


## ๐Ÿ“‚ Directory structure

```diff
appointment-lifting-stateup (folder)
|
|---public (folder)
+ |---src (folder)
| |---img (folder)
| |
| |
| |---helper (folder)
| | โ””---data.jsx
| |
| |---components (folder)
| | |
| | |---header (folder)
| | | |---Header.jsx
| | | โ””---Header.css
| | |
| | |---card (folder)
| | | |---Card.jsx
| | | โ””---Card.css
| | |
| | |---content (folder)
| | | |---Content.jsx
| | | โ””---Content.css
| | |
| | โ””---appointments (folder)
| | |---Appointments.jsx
| | โ””---Appointments.css
| |
| |
| |
| |---App.js
| |---App.scss
| |---Index.js
| โ””---Index.scss
|
|----index.html
|----package.json
|----yarn.lock
โ””----readme.md
```

(back to top)

---


### ๐Ÿ—๏ธ Built With








(back to top)