diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..6665a53 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +13.12.0 diff --git a/README.md b/README.md index b48a384..7400cb2 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,17 @@ You've been given the task of creating a simple application with create/read/del ### If you had more time, what would you improve/do differently? - - Use AntD + - Use AntD (or any CSS Framework) - CSS Module - Form Validations - Page Transitions - Loading State + - Setup environment variables + - Setup API proxy with Axios - More Accessibility - Component Lazy Loading - - Optimizations: - - Inject axios globally as $http. - - More test + - Inject axios globally as $http. + - More test ### How much time (more or less) it took you to complete the task? diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..75ae215 --- /dev/null +++ b/public/_redirects @@ -0,0 +1,2 @@ +# Netlify settings for single-page application +/* /index.html 200 \ No newline at end of file