This is the frontend for my Pokemon Team Planner project. Features:
- Plan a team of up to 6 Pokemon for selected game
- Filter by type and exclusiveness to game version
- Save your team anonymously or with your user account
- Browse created Pokemon teams
Try at https://pokemon-team-planner.onrender.com/
IMAGE 1. Home view
IMAGE 2. Team creation
IMAGE 3. Team view
- clone this project
- run
npm install
- run
npm start
(you must also having the backend running, see https://github.com/Pokemon-Team-Planner/pokemon-team-planner-backend)
For now this is a Full Stack course project of mine. Maybe in the future I could accept contributions. Feel free to send me ideas or feedback though! :)
- No user registration feature in the UI
- Save Pokemon team locally -button could be nice to have. Either in browser's localStorage or as an image or a link.
- No support for commenting/upvoting teams
- No support for filtering last evolutions or mythical/legandary pokemon
- Refreshing /teams or /team/.. pages return Unknown endpoint error
- Refreshing resets selected game