Problem Set 08
- Due Feb 26 by 11:59pm
- Points 3
- Submitting a text entry box
- Available until Mar 14 at 11:59pm
In this problem set, you will practice with React and using React Router.
Accessing the Problems
You can create the repo for this problem set by visiting the following link:
https://classroom.github.com/a/fIC7cCTK Links to an external site.
You will need to accept this assignment to create your code repo. This repo will have the name info340-wi25a/problem-08-yourusername
, and you can view it online at https://github.com/info340-wi25a/problem-08-yourusername
(replacing yourusername
with your GitHub user name).
After you've accepted the assignment, clone
the repo to your local machine so you can edit the files.
Completing the Problems
Introductions for each problem can be found in the folder's README.md
file. I recommend viewing the instructions on GitHub's website (so you can view the rendered markdown file).
BE SURE TO CHECK THE README FILES! The setup for this problem set is a bit different than previous ones, as are some of the instructions about how to run the tests.
Remember: debug your code in the browser, not using Jest!
Submitting the Problems
Before you submit this exercise, double-check the following:
- Confirm that all the grader tests pass (locally and on GitHub).
- Confirm that you committed the final version of your work, and pushed your code to your Github Repository
In order to submit, push your completed problem set to your GitHub repository by the deadline. Then submit a link to your repository to Canvas using the button at the top of the page (so we can check it).