Skip to content

AhmetSah13/react-simple-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

React Simple UI

This project is a basic example of a UI built using React.
It includes simple reusable components such as buttons and input fields.

πŸš€ Features

  • Reusable components: Button, Input
  • Basic styling with inline styles
  • Component-based architecture

πŸ›  Technologies Used

  • React 18
  • JavaScript (ES6)
  • JSX

πŸ§‘β€πŸ’» How to Run

  1. Make sure you have Node.js installed.
  2. Run the following commands:
npm install
npm start

Then open http://localhost:3000 to view it in your browser.

πŸ“ Project Structure

react-simple-ui/
β”œβ”€β”€ public/
β”‚   └── index.html
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”œβ”€β”€ Button.js
β”‚   β”‚   └── Input.js
β”‚   β”œβ”€β”€ App.js
β”‚   └── index.js
└── package.json

πŸ‘€ Author

Ahmet Şahin – GitHub Profile

About

A basic UI project built with React, featuring reusable components and simple styling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published