A no-frills, simple exercise on React fundamentals. It is composed of four simple parts with basic tests.
- Part 1 Importing and Exporting
- Part 2 Passing Properties
- Part 3 Updating State and Handling Events
- Part 4 Interacting with an API
- Fork this repo and create a local clone of the fork.
- Install dependencies
npm install
- To start the application locally, run these commands to build a development mode version.
npm start
- For testing, you run the below commands to test all, or the second command to test a particular file
npm test
npm test <file name>
Pull requests are welcome.