- Install node: https://nodejs.org/en/download/
- Download a text editor (such as VsCode)
Download the zip of this repository or do git clone https://github.com/HackBeanpot/Desert-Exploration.git
Install all the dependencies needed for this project
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
In the Checklist.js file:
Add your name where it says "[Insert Name] Packing List"
In the Checklist.js file:
Make sure the checkList is apart of the state. Hint: use the useState hook
In the Checklist.js file:
Enable the Add Item button to add items to the checkList
Allow the "Send Message to Message Component" button to display the message typed in the Checklist component in the Message component.
Hint: put relevant state and state "setters" to the parent of both components and pass down needed state and state "setters" down to the respective components.
Answers are included in the src/solutions folder but please try out the exercises first! :)