Skip to content

dylan751/booking-app-front-end

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn


Booking App Front End

The front-end part of the Booking app (Clone from https://booking.com project)
Explore the docs »

View Repo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

Live domain: https://booking-app-front-end.vercel.app/

(Back to top)

Built With

  • React
  • Node
  • Express
  • Module SASS
  • AWS

(Back to top)

Getting Started

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

Prerequisites

Things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g
  • yarn
    npm install --global yarn

Installation

  1. Get a API Domain, maybe using AWS
  2. Clone the repo
    git clone https://github.com/dylan751/booking-app-front-end.git
  3. Install packages and dependencies (yarn)
    yarn install
  4. Create a .env.local file, enter your API in .env.local
    REACT_APP_API_ENDPOINT = 'ENTER YOUR API';

(Back to top)

Usage

How this project can be used. Additional screenshots, code examples and demos. You may also link to more resources.

For more examples, please refer to the Documentation

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

yarn 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.

(Back to top)

Roadmap

  • Authentication / Users
  • Booking Feature
    • Hotel Booking
    • Room Booking
  • Writting Blog Feature
  • Comment Feature

See the open issues for a full list of proposed features (and known issues).

(Back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(Back to top)

Contact

Nguyen Hai Duong - @facebook_handle - [email protected]

Project Link: https://github.com/dylan751/booking-app-front-end

(Back to top)

[WIP] Acknowledgments

(Back to top)

About

A travel (hotel) booking app written in ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages