This is a tablet web application built with React for booking vehicles. The data for the app is obtained from a Rails API using axios and stored in the Redux store to be accessed by multiple components. This project was set up with Create React App.
- React.
- React Hooks.
- create-react-app tool.
- Redux.
- Bootstrap.
- Rails API.
Click here to visit a live version of the web app which has been deployed to Netlify.
To get a local copy up and running follow these simple example steps.
- NPM.
- Javascript.
- React.
- Clone the repository by running in your
git clone https://github.com/krys2fa/vehicle-booking-app.git
terminal/command line. - Run
npm install
to install dependencies. - Run
npm start
to start the development server.
To run tests,
- Run
npm test
in the project directory in your terminal/command line.
👤 Christopher Amanor
- Github: @krys2fa
- Twitter: @krys2fa
- Linkedin: Christopher Amanor
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Kindly give this repository a ⭐️ if you like this project!
-
Project specifications by Microverse and can be found here.
-
Design inspiration is taken from Murat Korkmaz
This project is licensed under the MIT License.