An interactive map of the world. Click on any country and get the latest news from that specific country.
The app is developed by Vite-React and deployed on Netlify.
In this application, our main objective is to provide uncensored and unbiased news coverage from countries around the world. This means that all news topics, including human rights, gender equality, politics from various parties, art and sports, should be made accessible to users without selective filtering or editorial bias, as opposed to traditional television news broadcasting policies.
- Clone this repository to your machine
git clone https://github.com/Lagsi/map-react.git
cd map-react
-
Run the command
npm install
in the project directory to install the project's dependencies. -
Run the command
npm run dev
to start the development server. -
Open the app on your local server on http://localhost:5173/
Project uses newsApi. Get API key.
To run this project, you will need to add the following environment variable to your .env file.
VITE_NEWSCATCHER_KEY
Contributions are welcome!
-
Fork the repo
-
Create a new branch
git checkout -b improve-feature
-
Make the appropriate changes in the files
-
Add changes to reflect the changes made
-
Commit your changes
git commit -am "Improve feature"
-
Push to the branch
git push origin improve-feature
-
Create a Pull Request
Display news articles related to multiple selected countries.
MIT © Lagsi