Skip to content

AsgardPavlov/real-estate-nextjs

Repository files navigation

Real estate Next.JS 13 App

A modern web application built with Next.js, Tailwind CSS, i18n for internationalization, and Apollo Client for handling GraphQL data.

Technologies Used

  • Next.js: React framework for building server-rendered React applications.

  • Tailwind CSS: A utility-first CSS framework for building modern and responsive user interfaces.

  • i18n: Internationalization support to make your application accessible to a global audience.

  • Apollo Client: A powerful GraphQL client for managing application state and fetching data.

  • Used gqls-generator to generate queries, mutations, and subscriptions from the provided GQL API.

  • Used graphql-codegen to generate entites types from provided schema.graphql.

Getting Started

First install dependencies then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.