Skip to content

Commit

Permalink
Made language softer for "requirements"
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahCawley authored Sep 15, 2022
1 parent 80c9ab5 commit cbbe7a5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions project-example/week-9/eventonica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit cbbe7a5

Please sign in to comment.