This is a Web application to book an appointment to the doctor. We should follow the given design of the website, but we personalized the content.
Landing | Home | |||
---|---|---|---|---|
- | Doctor | - | Available Doctor | - |
- | My reservation | - | Book Appointment | - |
Additional description about the project and its features.
- Apply technical knowledge and skills gained in previous modules in a complex project.
- Understand pros and cons of different approaches of connecting Ruby on Rails back-end with React front-end.
- Understand principles of Ruby on Rails and React frameworks.
- Apply JavaScript best practices and language style guides in code.
- Apply React best practices and language style guides in code.
- etc ...
This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.
- To get the content of this project locally you need to run this command in your terminal:
$ git https://github.com/azy64/book-an-appointment-front-end.git
$ cd book-an-appointment-front-end
- React (react --v)
- Node.js (node --v)
- Yarn (yarn --v)
To get a local copy up and running follow these simple example steps.
Run in your terminal git clone https://github.com/azy64/book-an-appointment-front-end.git
- To instal RSpec for testing please run the following command on your terminal:
$ 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-react@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 tests locally :
$ npx eslint .
$ npx stylelint "**/*.{css,scss}"
- Automatic fix
$ npx eslint . --fix
$ npx stylelint "**/*.{css,scss}" --fix
- Could not find gem
- Install psql
- PG:: InsufficientPrivilege: ERROR: must be owner of database blog_app_development
-connect to your psql
- run
rails s
in your terminal
👤 Azaria SAIDI ALLY
👤 Victor
- GitHub: @VICTOR-CHUKWU
- LinkedIn: Victor-chukwu
👤 Ntazama Willy
- GitHub: @ntzwilly
- LinkedIn: @ntazamawilly
👤 Ben Mukebo
- GitHub: @BenMukebo
- Twitter @BenMukebo
- LinkedIn BenMukebo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project! ❤️❤️❤️
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.