This repository contains React practice projects, coding assignments and Coding practices, I’ve completed as part of the NxtWave MERN Stack Development Program.
Each folder in the root directory represents a standalone practice project or assignment. This collection reflects my learning journey and practical understanding of React concepts like component design, state management, props, event handling, conditional rendering, and more.
To clone this repository locally, run:
git clone https://github.com/Karthikanegouni/NxtWave_React_practice.git
cd NxtWave_React_practice-
Navigate to the specific project folder:
cd project-folder-name -
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit:
http://localhost:5173
- React
- JavaScript (ES6+)
- Vite
- CSS
- Lucide react, react-icons (ICONS)
- JWT Auth
- js Cookies
- uuid
- Context API
- React Router DOM
This repository is open source and available under the MIT License.