- react: Front-end library for building user interfaces.
- react-router-dom: Declarative routing for React applications.
- json-server: Mock backend for rapid prototyping and testing.
- leaflet: Library for interactive maps.
- react-leaflet: React components for Leaflet maps.
- react-datepicker: Date picker component for React.
- eslint: JavaScript linter for maintaining code quality.
- vite: Next-generation front-end build tool.
- src: Contains main project source code and high-level components.
- src/components: Houses reusable UI components like buttons, forms, and maps.
- src/pages: Includes different pages like HomePage, Login, Pricing, and NotFound.
- src/contexts: Manages global state using React Context API.
- src/hooks: Provides custom React hooks for shared logic across components.
1.Clone the World-Wise repository:
git clone https://github.com/islamkamalx1/World-Wise
2.Install the dependencies with one of the package managers listed below:
pnpm install
bun install
npm install
yarn install
3.Start the development mode:
pnpm dev
bun dev
npm run dev
yarn dev