Skip to content

ARPIT73881/Countries-Api

Repository files navigation

  1. 🤖 Introduction
  2. ⚙️ Tech Stack
  3. 🔋 Features
  4. 🚀 Contributing
  5. 🫡 Credits

This project is a responsive web app for exploring country data. Users can search, filter by region, view detailed country info, and navigate through border countries.

The app adapts to different screen sizes, includes hover and focus states for interactions, and offers light/dark mode toggling. It is built with reusable, scalable code for easy maintenance and extension.

This website is built using the following technologies:

HTML5 CSS3 JavaScript React Parcel

  • See all countries from the API on the homepage

  • Search for a country using an input field

  • Filter countries by region

  • Click on a country to see more detailed information on a separate page

  • Click through to the border countries on the detail page

  • View the optimal layout for the interface depending on their device's screen size

  • See hover and focus states for all interactive elements on the page

  • Bonus: Toggle the color scheme between light and dark mode

  • and many more, including code architecture and reusability

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

This respository was inspired by the work of Anurag Singh Procodrr. Their creativity and innovation motivated me to build my own version.