This is the Front End of the final project. It is a interactive treasurehunt style game utilizing text answers, gps coordinates and picture classification.
Back End Repo: https://github.com/Natalalia/Plunder-Back-End
Deployed version: https://treasurehuntplunder.netlify.com/
This development runs on a node.js runtime environment. It is built using react. A development server can be run o a local port and thr app can be dsplayed in a browser window.
To run this app in development:
1.Clone or download the repo and open it in an IDE or editor. In your terminal go to the desired folder and use the follwing commands:
git clone https://github.com/Natalalia/Front-End-Project.git
cd Front-End-Project
Once you are in the folder of the project you will need to install the dependancies such as react, material.ui and axios.
npm i
npm run start
This will run the app in a browser window and will show any changes you make upon saving.
- React.js https://reactjs.org/ - Component library for Dom manipulation.
- Material.ui https://material-ui.com/ - Styling library.
- Axios https://www.npmjs.com/package/axios - Make XMLHttpRequests from the browser.
- Cypress https://www.cypress.io
- Kyle https://github.com/kyle974
- Natalia https://github.com/Natalalia
- Rob Clegg https://GitHub.com/Roberto198
- Sam Wood https://github.com/sam90423
- Tony Morris https://github.com/TonyDMorris