Skip to content

This is my first single page application using REACT. It is a website where you can add markers on the place where you want to travel

Notifications You must be signed in to change notification settings

Aditya-Ghosh-27/WorldWise

Repository files navigation

WorldWise

WorldWise is a Single Page Application (SPA) designed to provide users with a seamless experience for exploring various aspects of the world. This README file outlines the key technologies and components used in the project.

Technologies Used

  • React Router
  • Context API
  • memo
  • useMemo
  • useCallback

Description

WorldWise leverages React Router for navigation, allowing users to move between different sections of the application without full-page reloads. The Context API is utilized for state management, providing a centralized location for managing global application state and facilitating communication between components.

To enhance performance, memoization techniques such as memo, useMemo, and useCallback are employed. These optimizations help to prevent unnecessary re-renders and improve the overall responsiveness of the application.

Installation

  1. Clone the repository:
git clone https://github.com/your-username/WorldWise.git
  1. Navigate to the project directory:
cd WorldWise
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and navigate to http://localhost:3000 to view the application.

Usage

  • Explore different sections of the application using the navigation provided by React Router.
  • Interact with various components to experience the seamless performance achieved through memoization techniques.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

This is my first single page application using REACT. It is a website where you can add markers on the place where you want to travel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published