diff --git a/project-example/week-9/eventonica/README.md b/project-example/week-9/eventonica/README.md index b1e4c08e2..a1cedf0b8 100644 --- a/project-example/week-9/eventonica/README.md +++ b/project-example/week-9/eventonica/README.md @@ -6,7 +6,7 @@ In this project, you'll make a web app to manage events. You'll work on this project over the next several days. The features will remain the same but as you learn more libraries and techniques, you'll integrate those into the app. By the end you'll have built a full-stack web app with React and a database. -## Project Requirements +## Project Goals (YOu will not be able to do everything, choose the things you need extra practice on!) ### Technology @@ -25,23 +25,31 @@ You'll work on this project over the next several days. The features will remain - The attributes are up to you. Look through all the features and see what an Event needs - Delete an Event +- Good for practicing: Post and Delete requests, UseReducer hook + ### Search Events - Search for events by date - Search for events by category +- Good for practing: Get Requests and SQL queries + ### Users - Add a new User - Delete a User +- Good for practicing: Post and Delete requests + ### Favorite Events - A User can **favorite** an Event - A User can **unfavorite** an Event - A User can view their list of previously favorite events -### Optional Bonus Requirements +- Good for practicing: Update requests, React state + +### Optional Bonus Tasks - Update existing Event - Update existing User