This workshop was created for TechTogether's 2021 hackathon to teach the attendees the basic React foundations specifically the key concepts: components, state, and props. This workshop will be a demo of creating a pokedex. If time permits, we will demo also the concept of lifting state.
When creating a React app from scratch the following general tools are neccessary:
- Terminal installed
- node js installed
The following command should be run in the terminal to attain all necessary tools
npx create-react-app {pathtoprojecthere}