Create a page that allows the user to select a country from a list and enter their population. This task should take 2-3 hours but don't worry if you aren't able to complete all items, just make sure to show your understanding of the core technologies we use.
- Fork this repo
- Get the list of available countries from the country API in
src/api/country.js
- Create a form which allows the user to select a country from a dropdown and enter their population
- Sort the countries by population
- Allow entries to be updated
- Allow entries to be deleted
- Add some styling
- When you're done commit your code and create a pull request
A basic project outline has been created to help you get started quickly but feel free to start from scratch if you have a prefered setup.
We predominantly use React, Redux, StyledComponents, Node.js, Webpack, Babel
Feel free to use the internet including Google and Stackoverflow to help with the task
Please just ask.
Good luck and thanks for taking the time to complete this task!