Giphy Clone

ReactJS

Github Repository

Functionality includes:

• Successful integration of a third party API into a web page

• Utilization of SASS to add responsive design elements

• Full searchbar functionality

• Reusable React components


Other Cool Things:

• Full component tree available in the repository README

• All custom CSS (No Bootstrap or Styled Components)

• Code Splitting


Site is live here

Deployed using Netlify

Path Tracker Mobile App

React Native

Github Repository

Functionality includes:

• Full authentication system with MongoDB, Context, and password encryption.

• Walk around in the real world and save a track to your account to view later.

• The app will draw a polyline of the path on the map using the location data from the users phone.

• React navigation to control app flow and transfer data between different screens.


Other Cool Things:

• Custom reusable hooks use the phones location data and save a users track to their account.

• Custom context components used in place of redux for data flow and tracking.

• Built using react-native maps, react-native-gesture-handler, and react-native-elements.