forked from 100xdevs-cohort-2/assignments
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44221a6
commit 32a1dd7
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |