PATR is a modern web application built using React and Vite that demonstrates a clean UI structure, component-based architecture, and fast development workflow. The project focuses on creating a responsive frontend interface while following proper folder structure and reusable component design.
React.jsViteJavaScript(ES6)CSS3Node.jsExpress.jsMongoDB
- Fast development using Vite
- Component-based React structure
- Responsive UI layout
I created this project to practice modern React development using Vite and to improve my understanding of frontend architecture, reusable components, and development workflow. The goal was to build a clean and scalable project structure that can be used as a base for future applications.
Clone the repository
Install dependencies: npm install
Run development server: npm run dev
Open http://localhost:5173 in your browser
