From 6915ccb53924207222bb8ffba6669c2aa4f3798f Mon Sep 17 00:00:00 2001 From: Priyaraj7 Date: Wed, 9 Mar 2022 11:44:44 -0800 Subject: [PATCH] update eventonica readme --- project-example/week-9/eventonica/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project-example/week-9/eventonica/README.md b/project-example/week-9/eventonica/README.md index 59b97cf93..2e0bb97f5 100644 --- a/project-example/week-9/eventonica/README.md +++ b/project-example/week-9/eventonica/README.md @@ -9,6 +9,7 @@ You'll work on this project over the next several weeks. The features will remai ## Project Requirements ### Technology + - create-react-app - React - JavaScript / NodeJs @@ -49,6 +50,7 @@ You'll work on this project over the next several weeks. The features will remai 1. [Setup Eventonica App and Starter Code](./eventonica-setup.md) 1. [Start React UI](./eventonica-react-ui.md) +1. [Eventonica React UI: Part 2](./eventonica-react-ui-advanced.md) 1. [Add Express Backend](./eventonica-express-backend.md) 1. [Add Postgres Database](./eventonica-postgres.md) 1. [Testing the Frontend logic with Jest](./eventonica-test-frontend.md)