Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaraj7 committed Sep 15, 2022
1 parent cbbe7a5 commit eeb342e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 Goals (YOu will not be able to do everything, choose the things you need extra practice on!)
## Project Goals (You will not be able to do everything, choose the things you need extra practice on!)

### Technology

Expand All @@ -25,21 +25,21 @@ 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
- Good for practicing: Post and Delete requests, useReducer hook, SQL-create table, insert data, delete data

### Search Events

- Search for events by date
- Search for events by category

- Good for practing: Get Requests and SQL queries
- Good for practicing: Get Requests and SQL queries

### Users

- Add a new User
- Delete a User

- Good for practicing: Post and Delete requests
- Good for practicing: Post and Delete requests, React state, SQL-create table, insert data, delete data

### Favorite Events

Expand Down

0 comments on commit eeb342e

Please sign in to comment.