https://github.com/simpleweb/frontend-developer-challenge
Simpleweb frontend developer challenge
https://github.com/simpleweb/frontend-developer-challenge
Last synced: 3 months ago
JSON representation
Simpleweb frontend developer challenge
- Host: GitHub
- URL: https://github.com/simpleweb/frontend-developer-challenge
- Owner: simpleweb
- Created: 2021-02-24T10:38:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T09:36:27.000Z (over 5 years ago)
- Last Synced: 2025-03-02T03:41:39.892Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simpleweb frontend developer challenge
Using the framework of your choice, please create a frontend application that lists car parks in the UK.
If you have previously completed the [backend developer challenge](https://github.com/simpleweb/backend-developer-challenge), feel free to use that API, otherwise we will provide you with a URL and authentication details to get the data.
## Requirements
- The user can view a list of car parks in the UK
- The list should be paginated, with 20 results per page
## Nice to have
If you have the time or inclination, here are some ideas for bonus features to include:
- The ability to search car parks by name or location
- The ability to filter by location or features
- The ability to sort by cost, number of spaces, or distance
- Using a service such as Google Maps API to display car parks in a map view, or get all car parks within a specified radius of a location
- Show view screens for individual car parks
- Icons to indicate number of spaces, pricing, or different features
Please push your app to a GitHub repository, including a README file with:
- Instructions to get it up and running locally
- A summary of the approach you have taken
- Any thoughts you have had around UX, accessibility or other considerations
Good luck!