This is a movie app which allows registered users to book and reserve movies of their choice.
- This app is a front-end side of the final capstone project. You can find the back-end app here.
- Direct link to Kanban board for whole capstone project
Project Repo: View Here
- React
- Redux
- React Rpouter DOM
- API
- Tailwind css
- Create-react-app (frontend app)
- Connect react frontend app to rails backend
- Use API endpoint to get data
- Fetch data from the API
To get a local copy up and running follow these simple steps.
-
```git https://github.com/KingsleyIbe/movie-booking-app-frontend.git``
-
cd movie-booking-app-frontend
-
Run
npm install
-
Make sure to run our Rails backend application first before running the React app so that it takes up the
port 3000
. This is very important as our rails API endpoint must run onport 3000
for the API to work. -
Once the backend is running on
port 3000
then start the react app and you will be prompted to run the server on another port likeport 3001
. You will receive a message in your terminal like thisWould you like to run the app on another port instead? » (Y/n)
. Please entery
so that the react app will start onport 3001
.
👤 Kingsley Ibe
- GitHub: KingsleyIbe
- Twitter: Twitter
- LinkedIn: LinkedIn
👤 Amadu Kamara (Amkam)**
👤 Busiwa Liuma
- GitHub: (https://github.com/Busiwa24)
- Twitter: (https://twitter.com/busiwaliuma)
- LinkedIn: (https://www.linkedin.com/in/busiwa-liuma-)
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hats off to Murat Korkmaz for designing the awesome template that was used. ✨
- Microverse for giving us this opportunity
- The amazing code reviewers for making us improve every day 👍
This project is MIT licensed.
- ...