Skip to content

pbasson/ReactUI

Repository files navigation

ReactUI

by Preetpal Basson

Overview

ReactUI is a demonstration project exploring the React framework using Next.js.
The goal of this repository is to experiment with and demonstrate frontend UI patterns, component structure, and interactive behaviour using modern React tooling.

This project serves as a learning and portfolio project while developing familiarity with the React ecosystem.


Technologies

  • React
  • Next.js
  • TypeScript
  • React-Bootstrap
  • Tailwind CSS

Features

Current functionality includes:

  • Component-based UI structure
  • Interactive UI elements
  • Loading states and spinners
  • Page refresh functionality
  • Modular component organisation

Additional features and improvements will be added as the project evolves.


Getting Started

Clone the repository and install dependencies.

Steps

Locally:

  1. Install Packages
npm install --prefix ./src
  1. Build the Project
npm run build --prefix ./src
  1. Start the development server
npm run dev --prefix ./src
  1. Open your browser and navigate to:
http://localhost:3000

END

About

React / Next.js frontend demonstrating component architecture and interactive UI patterns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors