Skip to content

Commit

Permalink
Added week5 level-1 assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh3097 committed Jan 4, 2024
1 parent 44221a6 commit 32a1dd7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions week-5/level-1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
You have to create a simple React App which has a reusable Card Component which has the following
- Ability to pass in props to the Component
- The Card must show a person's
- Name
- A short description
- LinkedIn, Twitter and other Social Media Handle buttons
- Interests Section
- You can assume that this is kind of an e-business card and feel free to put in your creativity
- Additional & Slightly advanced:
- Create a page where you can add these kind of Cards by taking input from the user
- Create a backend server where these cards get stored in a DB and can handle basic CRUD operations
- Give the feature to perform CRUD operations from the frontend (Can be restricted to the admin only as well)

0 comments on commit 32a1dd7

Please sign in to comment.