Doctor_appointment_reservation_front_end

📗 Table of Contents

📖 [Appointment_booker_front_end]

[Appointment_booker_front_end] is a frontend react app for our doctors appointment booking application. It shows the features of the app and provides a user with better experience and interface

🛠 Built With

Tech Stack

React
  • https://react.org/
Redux
  • https://redux.js.org/

Key Features

  • [Render available doctors]
  • [Add doctors]
  • [Delete doctors]
  • [Reserve an appointment with a specific doctor]
  • [View all appointments for a specific user]
  • [Delete an appointment with a specific doctor]

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need a web browser.

Setup

Clone this repository to your desired folder:

  git clone https://github.com/0sugo/appointment_booker_frontend.git
  cd appointment_booker_frontend

Install

Install this project with:

  cd appointment_booker_frontend
  npm install
  npm install --save-dev eslint@7.x eslint-config-airbnb@18.x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-react@7.x eslint-plugin-react-hooks@4.x @babel/eslint-parser@7.x @babel/core@7.x  @babel/plugin-syntax-jsx@7.x @babel/preset-env@7.x  @babel/preset-react@7.x
  npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests, run the following command:

npm test
  npx eslint "**/*.{js,jsx}" --fix
  npx stylelint "**/*.{css,scss}" --fix

👥 Authors

👤 Micheal Oguntayo

👤 Ubda Nam

👤 JOSECK OSUGO

🔭 Future Features

  • [] [Delete functionality only for admins ]
  • [] [Removing dates and sessions that have been booked already ]

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

⭐️ Show your support

If you like this project please show support by staring ⭐️.

🙏Acknowledgments

  • We would like to thank Microverse for providing adequate learning material.

  • We would like to thank Murat Korkmaz for this beautiful design.

📝 License

This project is MIT licensed.

(back to top)