youugotssponged / coordinate-translator-react

A React / JS based Coordinate to OSGB application based on a friend's flutter implementation found here: https://github.com/FunkyPenguin24/CoordinateTranslator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coordinate to OS Grid Reference Translator

A React-based Coordinate to OSGB application based on a colleague's flutter implementation. This project is entirely fun to help me explore front-end development further with Reactjs and possible future exploration with a react-native and a REST API backed implementation.

Deployed on Github Pages

Found live at: https://youugotssponged.github.io/coordinate-translator-react/

Take a look Funky Penguin24's flutter side of things:

Running this project

To run this project, simply clone then cd into coordinate-translator-react and run npm run start or yarn start depending on the package manager of your choice.

Libraries Used

This project was bootstrapped with the create-react-app tool via npx create-react-app. Or alternatively installing it globally with npm install -g create-react-app.

In terms of what this Project incorporates as of (31/8/2020):

About

A React / JS based Coordinate to OSGB application based on a friend's flutter implementation found here: https://github.com/FunkyPenguin24/CoordinateTranslator


Languages

Language:JavaScript 99.0%Language:HTML 0.6%Language:CSS 0.4%