Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sntakirutimana72/final-capstone-frontend
Final capstone frontend
https://github.com/sntakirutimana72/final-capstone-frontend
Last synced: 27 days ago
JSON representation
Final capstone frontend
- Host: GitHub
- URL: https://github.com/sntakirutimana72/final-capstone-frontend
- Owner: sntakirutimana72
- License: mit
- Created: 2022-10-19T14:24:20.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2022-11-15T01:52:04.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T09:07:45.498Z (over 1 year ago)
- Language: JavaScript
- Size: 2 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
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**- GitHub: [@aliatayee](https://github.com/aliatayee)
- Twitter: [@aqaatayee](https://twitter.com/aqaatayee)👤 **Chris**
- GitHub: [@Chrissiku](https://github.com/Chrissiku)
- LinkedIn: [christian-siku](https://www.linkedin.com/in/christian-siku/)👤 **Safar**
- GitHub: [@safar1212](https://github.com/safar1212)
- LinkedIn: [safar-ali](https://www.linkedin.com/in/safar-ali999/)👤 **Wale**
- GitHub: [@wale-prog](https://github.com/wale-prog)
- LinkedIn: [walepetan](https://www.linkedin.com/in/walepetan/)👤 **Steve**
- GitHub: [@sntakirutimana72](../../../)
- LinkedIn: [steve-ntakirutimana](https://www.linkedin.com/in/steve-ntakirutimana/)### 🤝 Contribution
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
### Show your support
Give a ⭐️ if you like this project!
### Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc