"The Wild-Oasis project simplifies hotel booking using React.js and Supabase. Essential dependencies include supabase-js, react-query, date-fns, and more. Focus on seamless user experiences."
- supabase/supabase-js: Enables server-client communication for authentication and data fetching.
- tanstack/react-query: Efficient state management and data fetching library.
- react: Fundamental library for building user interfaces.
- react-router-dom: Handles client-side routing for single-page applications.
- recharts: Library for creating responsive and interactive charts.
- styled-components: Allows styling components with CSS-in-JS approach.
- eslint: Linting tool to maintain code quality and consistency.
- vite: Fast build tool that serves as a development server for modern web projects.
-
Step 1
-
Step 2
1.Clone the the-wild-oasis repository:
git clone https://github.com/fares-ahmedd/the-wild-oasis
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