Skip to content

Ahsyx/react-concepts-static-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A static React project that displays key concepts and points about React. Built while learning the fundamentals of React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors