Skip to content

Latest commit

 

History

History
128 lines (86 loc) · 2.98 KB

README.md

File metadata and controls

128 lines (86 loc) · 2.98 KB

EASY BOOKING APP

The EASY BOOKING is a hotel booking app where users can make room reservations by specifying the date of entry and date for depature. Users will have various options to select from, based on what accomodities or special facilities offered along with a preferred room.

Screenshots

Splash Home
Splash Home
Login Register
Login Register

Built With

  • HTML5
  • CSS3
  • tailwindcss
  • React
  • Redux
  • API
  • JavaScript

Install & Setup

To setup and install this project, follow the below steps:

  • Clone this project by the command:

      $ git clone https://github.com/sntakirutimana72/final-capstone-frontend/
    
  • Then switch to the project folder by the bellow query:

      $ cd final-capstone-frontend
    
  • Then run the below command to install dependencies

      $ npm i
    
  • Finally, run the below command to start the project.

      $ npm start
    

Run tests

To run the tests for linters locally, you must have node installed on your computer. Install the necessary packages and run the fellowings:

  $ npx stylelint "*/.{css,scss}"

  $ npx hint .
  
  $ npx eslint .

Prerequisites

  • IDE to edit and run the code (We use Visual Studio Code 🔥).
  • Git to versionning your work.

Authors

👤 Ali

👤 Chris

👤 Safar

👤 Wale

👤 Steve

🤝 Contribution

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
  • Inspiration
  • etc