React Basics Page
This project is a simple static React page built using React + Vite. It displays basic information about React, including a header, navbar, and a main content section with a background image.
🚀 Features
Built with React + Vite
Navbar with logo and title
Main section with heading, unordered list, and background image
Clean and simple UI
Beginner-friendly structure
📁 Project Structure src/ assets/ # images, logos, backgrounds components/ Navbar.jsx Main.jsx App.jsx main.jsx
🛠️ Running the Project
Install dependencies:
npm install
Start the development server:
npm run dev
Open the link shown in the terminal (usually http://localhost:5173/).
🎯 Purpose
This project was created as part of my React learning journey to practice:
JSX
Components
Styling in React
Project structuring
Using Vite as a build tool
📌 Tech Stack
React
Vite
JavaScript
CSS