Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 898 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 898 Bytes

Photo-Tagging-App

Select all the characters in the minimum time to be placed higher on the leaderboard.

Tech Stack

Client: React

Server: Firebase

Live

https://jjj4032002.github.io/PhotoTaggingApp/#/

Demo

Demo

Lessons Learned

While working on this project, I had a lot of ups and downs. I had a lot of fun with it, and I had a lot of frustration with it as well. When working with states in React js, I discovered how crucial immutability is. It was a rewarding experience learning to work with Firebase and dealing with numerous edge circumstances while adding, updating, and deleting data.

Run Locally

Clone the project

  git clone https://github.com/JJJ4032002/PhotoTaggingApp

Go to the project directory

  cd my-project

Install dependencies

  npm install

To see live

  npm run start