Skip to content

Conversation

@ksample89
Copy link

@ksample89 ksample89 commented Mar 25, 2022

  • Update Read Me instructions: use "npm", add more items
  • Update Countries, HomePage, NoPageFound, LoadingIndicator, App: no styled components, arrow function, semantic html
  • Add Countries test
  • Update prettier to match web_app rules
  • in /Homepage delete: /tests, /components, /assets, Logos, Masthead
  • in /Components delete: Link, FormLabel, A, PageWrapper
  • Delete NavBar, ThemeSwitch, LanguageSwitch
  • Delete all test files
  • Fix all linting errors

@ksample89 ksample89 marked this pull request as draft March 25, 2022 16:21
commented code
}
} catch (err) {
yield put(actions.fetchCountriesError(err.toString()));
} catch (err: any) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure what type this should be

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love it

8. Add an error view in case the data fetching has a problem.

This added container should function roughly like the existing `Countries` container. In the interview, we'll discuss this app, ways to improve it, architectural concepts, best practices and what ideas you think are important in making a strong, reliable and easy to use app.
9. Style the page with tailwind.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will probably need to leave this off until we add in Tailwind

inlined mock dispatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants