Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaraj7 committed Sep 15, 2022
1 parent eeb342e commit 4cdef32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project-example/week-9/eventonica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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, SQL-create table, insert data, delete data
- Good for practicing: Post and Delete requests, useReducer hook, React form, SQL-create table, insert data, delete data

### Search Events

Expand All @@ -39,7 +39,7 @@ You'll work on this project over the next several days. The features will remain
- Add a new User
- Delete a User

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

### Favorite Events

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ This could make a difference depending on how you implement your `addUser` funct
- [Handling Form Data in Express](https://www.hacksparrow.com/webdev/express/handling-processing-forms.html).
- [Express tutorial](../../express-js/express.md)
- [Express tutorial](../../../express-js/express.md)
- [API Practice](../../api/http-request-practice.md)
- [API Practice](../../../api/http-request-practice.md)
### Challenge
Expand Down

0 comments on commit 4cdef32

Please sign in to comment.