[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
React
- https://react.org/
Redux
- https://redux.js.org/
- [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]
To get a local copy up and running, follow these steps.
In order to run this project you need a web browser.
Clone this repository to your desired folder:
git clone https://github.com/0sugo/appointment_booker_frontend.git
cd appointment_booker_frontend
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
To run the project, execute the following command:
npm start
To run tests, run the following command:
npm test
npx eslint "**/*.{js,jsx}" --fix
npx stylelint "**/*.{css,scss}" --fix
👤 Micheal Oguntayo
- GitHub: @oguntayomicheal
- Twitter: @OguntayoMicheal
- LinkedIn: @OguntayoMicheal
👤 Ubda Nam
- GitHub: @UbdaNam
- LinkedIn: Abdurahim M.
👤 JOSECK OSUGO
- GitHub: 0sugo
- Twitter: @0sugo5
- LinkedIn: Joseck Osugo
- [] [Delete functionality only for admins ]
- [] [Removing dates and sessions that have been booked already ]
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you like this project please show support by staring ⭐️.
-
We would like to thank Microverse for providing adequate learning material.
-
We would like to thank Murat Korkmaz for this beautiful design.
This project is MIT licensed.