This project is a dynamic web application that uses the REST Countries API to pull data about different countries. It has been completely rebuilt using React.js for a more efficient and interactive user experience. It also includes a color theme switcher for enhanced user experience.
- React.js
- HTML
- CSS
- JavaScript
- REST APIs
- Country Information: Fetch and display information about various countries using the REST Countries API.
- Color Theme Switcher: Switch between dark and light color theme for a personalized user experience.
- React Components: The website is built using React.js, which allows for a more interactive and responsive user interface.
- Clone this repository to your local machine.
- Run
npm install
to install all the necessary dependencies. - Run
npm start
to start the local development server. - Use the search bar to find information about different countries.
- Use the color theme switcher to toggle between different themes.
Try the website live on Netlify "https://where-in-the-world-react-26.netlify.app/"
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.