Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.04 KB

Hi!

This is Hugh(the intern)'s first project at unboxed so go easy on me :)

How to run locally

cd into the directory of this readme and type npm install to install all required dependencies and then run it by typing npm start

Current status of project

This project:

  • can read a geojson file and output the points/polygons onto the map
  • follows GDS (GOV.UK Design System)
  • uses a GET call from the bops staging API and then formats and displays all found planning applications' address, description and status (if they exist) on the interactive map
  • can search the map by either typing a reference number or UK postcode and pressing enter or clicking the search button
  • also optionally displays the information in a table format
  • can filter, sort or search said table

Current deployment

This project is being actively deployed with each commit to main and can be found here