Skip to content

Instantly share code, notes, and snippets.

@joeljerushan
Last active May 27, 2022 06:10
Show Gist options
  • Save joeljerushan/b6ba5391729ff9c7ffd0fe4753eb89b2 to your computer and use it in GitHub Desktop.
Save joeljerushan/b6ba5391729ff9c7ffd0fe4753eb89b2 to your computer and use it in GitHub Desktop.
React Task for Developers
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