Parking Lot
You are expected to implement a minimal parking lot solution.
The features that will be available are,
List available parking spots
There are different types of parking space. Eg for cars and bikes
Park a vehicle
Unpark a vehicle
Find vehicle
You are expected to complete this assignment using React-Native preferably, if not then ReactJS. Use any libraries you deem necessary. Use any data-store as you wish, but ONLY maintain in the app, not Firebase or other such databases.
What we are looking for,
Use React-Native OR ReactJS
Please create the solution as modular as you can. Do not write everything in one single class.
Additional points for writing test cases.
Push your code to a public GitHub repo and share the link to your commits.