Using newly acquired skills to work independently, plan and execute a complex web app with my fellow students.
After brainstorming we decided to go with an app where landlords can list their parking space and people can bid on it - 'Airbnb' of the parking space world. Built in React with a corresponding API (also in my repos).
We were pushed out of your comfort zone to work with more complicated tools, building on the many and varied skills we had developed over the previous weeks. We worked in a team to create a Minimum Viable Product (MVP) that would be ready to ship to a real customer.
- React
- Cypress testing framework
- Axios promise based HTTP client
- React redux
- J-tockauth for authentication
- React images upload
- Google maps React
- Semantic UI React
You can fork this repo to your own GitHub account or clone it directly to your local drive.
Install all packages by running the command:
$ yarn
Run the app in development mode:
$ yarn start
Start Cypress and run the tests:
$ yarn cy:open
This app is open source software licensed as MIT.