https://genshin-impact-tracker.herokuapp.com/
This is a just-for-fun project that I created to polish my skills in ReactJS. Aside from that, I want to know if this can help in figuring out the "logic" behind the respawning time for the chests to save our time walking around the world and find for common chests but in vain. It might be a complete RNG, but why don't we give it a try?
Add .env
file that includes the following information.
# firebase
REACT_APP_API_KEY="Your firebase api key"
REACT_APP_AUTH_DOMAIN="Your firebase auth domain"
REACT_APP_DATABASE_URL="Your firebase database URL"
REACT_APP_PROJECT_ID="Your firebase project ID"
Clone the project.
npm install (first time cloning the project)
npm start
install "prettier" plugin and enable to allow 2-space formatting
ReactJS front end integrated with Firebase database.
The project is contributed by Chin Jia Xiong and assisted by Eng Tze Qian, final year Degree Software Engineering students.
ALL MEDIA ASSETS ARE OWNED BY THE ORIGINAL CREATORS, although this project is only for personal research purpose, they have the complete rights to shut down the service at any time.