This is an end to end full stack application written using React, mongoDB, Express and Node.js. This is a personal project aimed to leverage web development skills.
The aim of this "Where's Waldo" style game is to find the given set of characters in the least amount of time.
- First set-up the server for this application using the server repo : photo-tagging-app-be
- Clone this repo
git clone https://github.com/faizan-20/photo-tagging-app-fe
- Navigate into the project folder
cd photo-tagging-app-fe
- Install the dependencies
npm install
- Start application
npm run dev