An open API service indexing awesome lists of open source software.

https://github.com/s-babaeizadeh/next15-react19-app

This application is built using Next.js 15 and React 19, leveraging the latest features for an enhanced user experience.
https://github.com/s-babaeizadeh/next15-react19-app

next15 react19 shadcn-ui tailwindcss tyepscript

Last synced: about 1 year ago
JSON representation

This application is built using Next.js 15 and React 19, leveraging the latest features for an enhanced user experience.

Awesome Lists containing this project

README

          

# **Building a Modern Web Application with Next.js 15 and React.js 19**

## Introduction
This application is built using **Next.js 15**, **React 19** **TypeScript**, and **Shadcn**. It features a simple structure with two main pages: the **Home Page** and the **Ticket Page**.

## Technologies Used
- **Next.js 15**
- **React 19**
- Node.js

### *Getting Started*
To get started with this repository, follow these steps:

```
Clone the repository:
bash
git clone git@github.com:s-babaeizadeh/next15-react19-app.git
cd your-repo-name

Install dependencies:
npm install

Run the development server:
npm run dev
```

Open your browser and navigate to http://localhost:3000.

Open your browser and visit:
- Home Page: [http://localhost:3000/home](http://localhost:3000/home)
- Ticket Page: [http://localhost:3000/tickets](http://localhost:3000/tickets)

## Usage
- To access the **Home Page**, navigate to `http://localhost:3000/home`.
- To access the **Ticket Page**, navigate to `http://localhost:3000/tickets`.