Skip to content

My first hands-on React project, built to practice core concepts like components, props, state, and basic hooks with a simple, functional UI.

Notifications You must be signed in to change notification settings

paras941/react-first-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

⚑ React + Vite Minimal Template

A modern and minimal setup for building React applications with Vite, optimized for fast development, clean structure, and basic code quality checks using ESLint.
Ideal for learning, personal projects, and placement-ready frontend practice.


πŸš€ Features

Feature Description
React + Vite Lightning-fast development with Hot Module Replacement (HMR)
ESLint Basic linting rules for cleaner and consistent code
Fast Refresh Instant UI updates without page reload
Official Plugins Babel / SWC powered React refresh

πŸ”Œ Official Plugins

Plugin Purpose
@vitejs/plugin-react React Fast Refresh using Babel (or OXC)
@vitejs/plugin-react-swc React Fast Refresh using SWC (faster builds)

⚠️ React Compiler is disabled by default due to dev and build performance impact.
Refer to the official React Compiler documentation if you want to enable it.


βš™οΈ Getting Started

Install Dependencies

npm install

About

My first hands-on React project, built to practice core concepts like components, props, state, and basic hooks with a simple, functional UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published