The application is designed to help users mark places they have visited or intend to visit, allowing them to add notes along with the mark and date. With "World Wide Map," users can create a personalized map of their travel experiences and future destinations, enriching their journey with memories and plans.
- View detailed information about countries.
- Search for specific countries.
- Filter countries based on different criteria.
- Responsive design for compatibility across devices.
- User-friendly interface for easy navigation and interaction.
- Clone the repository:
git clone https://github.com/SEIFSEIF4/worldwide.git
- Navigate into the project directory:
cd worldwide
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to view the application.
- React: A JavaScript library for building user interfaces.
- HTML/CSS: Markup and styling for web content.
- JavaScript: Programming language for adding interactivity.
- REST API: For fetching data about countries.