Fun With Flags is a simple web application built on React that allows users to view the name of a country by clicking on its flag or entering the flag emoji in the search bar.
To install and run Fun With Flags application, follow these steps:
-
Clone the repository:
git clone https://github.com/shivlloyd/fun-with-flags.git
-
Navigate to the project directory:
cd fun-with-flags
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:3000
.
To use Fun With Flags, you can visit the deployed site.
To use the application, simply click on a flag to display the corresponding country name, or enter the flag emoji in the search bar to get the name of the country.
Contributions to this project are welcome. To contribute, please fork the repository, make your changes, and submit a pull request.