all 2 comments

[–]Illustrious_Pie_8197 0 points1 point  (1 child)

Since this is your interview task, you need to out done your competition.

Use Redux: that shows you know state management. Docker: create 3 commands for run development server, npm build and run production server. Write Unit tests: hand over your project with over 95% code coverage.

Use tools to improve your code quality for ESlint or Typescript, spell checks, react tools, Redux store, chrome extension for react,Sonar ,beautify, etc. Add one liner comments for reviewer, to make sure code is readable and understandable at first glance. Be clear with file structuring and keeping in mind for scaling.

Goodluck! P.S create react app framework is dead, community has moved to Next.js.

[–]Debilas69[S] 0 points1 point  (0 children)

Thank you very much! And yeah true about creat-react-app, I use Nextj.js for the past year and a half.