A web application to visualise the UK Office of National Statistics (ONS) data on business enterprises by UK country, region, county, or district.
- See the demo deployed here.
- Deployed along with the backend repository available here.
- React.js
- TypeScript
- Mapbox GL JS
node
npm
- Install and run the backend repository locally as described here.
- Then clone this repo and install it.
git clone https://github.com/syedtaqi95/business-activity-frontend.git
cd business-activity-frontend && npm install
\
npm start
Then visit http://localhost:3000/
Note: you need to run the backend repo on http://localhost:8000
in order to load map data.
npm run build
public
: contains the static assetssrc
: top level folder for the React appcomponents
: contains the React componentsservices
: services to communicate with the backendutils
: utilities directory
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Syed Taqi Haider - www.github.com/syedtaqi95
Joel Edwardson - www.github.com/joeledwardson