Gotta Catch 'Em All is our "Stretch Tech" project for Mod 3 in Turing. For this project, we taught ourselves to use TypeScript, a syntactical superset of Javascript, which enables static typing within our project.
The app allows a user to search a large database of Pokemon, and to then view detailed information about the Pokemon of their choice. At the home screen, a user can see a preview of five different Pokemon to provide some ideas to start with for their search. Any of these Pokemon on the home page can also be clicked to take the user to a detailed information page and back.
- Clone the repo
git clone https://github.com/KarimAl-Rashdan/StretchTech
- Install NPM packages
npm install
- Run npm start
npm start
- Use the link that is given in the Terminal and Open in your Browser
Example: http://localhost:3000/
Simply go to our deployed link
Ryan Baer
Craig Weller
Derek Yeh
Karim Al-Rashdan