This is a fullstack application similar to PokedexTracker. Pokemon Scarlet and Violet have released and there is a lot to do in this game. Keeping track of the pokedex can be a bit of a chore in the game especially since the page doesnt save your last space if you exit and come back. This tool should help with keeping track of your dex in game.
I have also added pages for daily tasks, Gym Progress, Team Star Progress, Titans and a page for helpful links and tools.
I have added a Guest Login feature for anyone that just wants to take a look without making an account!
I am currently testing this app on several different hosting sites since Heroku has dropped their free hosting. If it does not work, try one of the other links. You only need to make one login.
Render - Tends to load slowly after a lot of downtime
Be sure to add that lovely star 😀
Tech used: HTML, CSS, JavaScript, Node, Express, MongoDB
Still in version 0.1
Still in version 0.1
Currently this project is still a WIP.
I plan to add Google Auth as a login option.
I need to add a "Forgot Password" feature. That will probobly require some kind of email verification. Google Auth is a higher priority.
Plan to reduce the image sizes for faster loading
Will be adding modals that pop up when holding a click on a pokemon. The modal will have information on how to acquire the pokemon, how to evolve, best movesets and type weaknesses.
Also check out other projects of mine like this one!:
Animal Crossing Tracking Tools
npm install
- Create a
.env
file, in your root folder, and add the following as akey: value
pair- PORT = 2121 (can be any port example: 3000)
- DB_STRING = your database URI