This is the frontend of the Rentcopter Application. Users are able to register, login, and logout. Users are redirected to the login page if they aren't logged in. Users can create a reservation to book a specific helicopter and view them within the reservations page. The backend can be found here
Click here to view the project.
- HTML
- CSS
- Tailwind CSS
- Javascript
- React
- Redux
- Lots of love ❤️
When a user is registered, it will have only normal user priviledges. To obtain admin priviledges (Add/remove helicopters) please login with the following credentials:
Email: [email protected] Password: 123456
Link to Kanban Board: Click here
To get this project set up on your local machine, follow these steps:
- Open Terminal.
- Navigate to your desired location to download the contents of this repository.
- Run
git clone https://github.com/nikoescobal/rentcopter.git
- Run
cd dev-backend
- Run
bundle install
- Run
rails db:reset
- Run
rails server
orrails s
- Open http://localhost:3000/ within your browser
To run the tests, follow these steps:
- Ensure you are in the project root directory
- Ensure you ran
bundle install
- run
rspec
To get this project set up on your local machine, follow these steps:
- Open Terminal.
- Navigate to your desired location to download the contents of this repository.
- Run
git clone https://github.com/nikoescobal/rentcopter/tree/dev-front-end
- Run
cd dev-frontend
- Run
npm install
ornpm i
- Run
yarn start
ornpm start
- Open http://localhost:3000/ within your browser
To run the tests, follow these steps:
- Ensure you are in the project root directory
- Ensure you ran
npm install
- run
npm run test
👤 Robert Baiesita
👤 Rubén Pire
👤 Titus Muthomi
👤 Nikolas Escobal
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project makes use of the MIT license.