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.
- React
- Next.js
- TypeScript
- React-Bootstrap
- Tailwind CSS
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.
Clone the repository and install dependencies.
- Install Packages
npm install --prefix ./src
- Build the Project
npm run build --prefix ./src
- Start the development server
npm run dev --prefix ./src
- Open your browser and navigate to:
http://localhost:3000