This project is mainly based on searching for countries' information.
It's created with nextjs.
My goal was to learn how nextjs works.
It's a two-page project.
-
Country
- Shows information about a specific country (Nigeria's info)
- Refactor some of the code, especially this part
- Enable user to filter countries base on Alpha3Code
First, run the development server
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.
