Skip to content

aboongm/booking-app-frontend

 
 

Repository files navigation

Booking-app-frontend

This app uses a Rails back-end as an API to send doctor details and appointment data to the frontend of a booking application.

Connect to our API or design and connect your own. Enjoy your Booking App!

Live server

Demo

Link to RAILS BACKEND

RAILS BACKEND

Built With

  • Rails-Booking-App API
  • REACT
  • REDUX
  • Thunk

Milestones

Project Requirements - distributed into milestones below:

Booking-app-frontend

  • Milestone 1: Setup the project for the frontend (group task)

  • Milestone 2: Node package manager dependencies (group task)

  • Milestone 3: Create login page (group task)

  • Milestone 4: Create navigation panel (group task)

  • Milestone 5: Create main page (Ranjit)

  • Milestone 6: Create details page (Melaku)

  • Milestone 7: Create Reservation page (Steve)

  • Milestone 8: Create my reservation page (Ismail)

  • Milestone 9: Create the redux store (group task)

  • Milestone 10: Create the doctor reducer (group task)

  • Milestone 11: Create the reservation reducer (group task)

  • Milestone 12: Create the login reducer (group task)

  • Debug linter errors

Screenshots

Desktop version

Sign-up Page Login Page Home Page Detail Page Reservations Page My Reservations Page

Mobile Version

Sign-up Page Login Page Navigation Home Page Detail Page Reservations Page My Reservations Page

Getting Started

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

Pre-requisites

  • Text Editor | Git and Github set up

Usage

In your terminal, navigate to your current directory and run this code

[email protected]:Melaku05/booking-app-frontend.git

Then run:

cd booking-app-frontend

Open the project in your favorite code editor. code . for VS Code.

For Local machine please UPDATE your URL

Change the URL to your backend URL in ./helpers/ApiUrl.js

ex. const url = 'http://localhost:3000/';

Dependencies

  • Run npm install - to load necessary files from package.json

  • Then click on http://127.0.0.1:3000

Linter Setup

  • Apply Linter checks with the following instructions

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Usage

  • Login into Booking App with your username
  • Click on the list of Doctors to see their specific detailed information
  • From Navigation or from details page click 'Reserve' to book an appointment
  • Click from Navigation panel, 'My Reservation' to view a list of your appointment details

Enjoy saving time on long appointment calls by using our top ranking appointment booking App!

Author 1:

👤 Melaku Eshetu

Author 2:

👤 Ranjit Luwang

Author 3:

👤 STEVE W DAMES JR

Author 4:

👤 Ismail Courr

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Original design idea by Murat Korkmaz on Behance.

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.4%
  • HTML 2.9%
  • CSS 1.7%