Front End client built for interacting with the Lambda School Treasure Hunt server.
Project Specifications: original repo
Live Site: https://ls-treasure-hunt-fe.herokuapp.com/
Video Presentation: YouTube Link
May Ng | Kevin Tou | Justine Lai |
---|---|---|
- reactjs - A JavaScript library for building user interfaces
- Context Api - Context provides a way to pass data through the component tree without having to pass props down manually at every level
- node-sass - A library that provides binding for Node.js to LibSass, the C version of the popular stylesheet preprocessor, Sass.
- axios - Promise based HTTP client for the browser and node.js
- react-router-dom - DOM bindings for React Router
- js-sha256 - A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.
Fork a copy of the project
Run npm install
to install all dependencies needed for the project.
Create a .env
file and set your API key to REACT_APP_KEY=your-key-here
.
Run npm start
to run the client.