Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 917 Bytes

File metadata and controls

43 lines (34 loc) · 917 Bytes

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