Last active
May 27, 2022 06:10
-
-
Save joeljerushan/b6ba5391729ff9c7ffd0fe4753eb89b2 to your computer and use it in GitHub Desktop.
React Task for Developers
This file contains hidden or 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
Hope you guys are ready to finish this small task. | |
Tasks | |
01 - Using create-react-app create react application. | |
02 - Create two fields in App.js file with following information | |
Field 01 - Name input | |
Field 02 - Age Input | |
Button 03 - Submit Button | |
03 - When user submit the Button, it should create a file inside `public/user/`, pick supported file type to read it. | |
04 - Create another Button called Read Data. When click Read Data Button it should read the file created at `task 03` | |
05 - Publish the code to github as public repository | |
Once you finish the tasks respond to my message with Github Repository. | |
Cheers! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment