This project is a basic example of a UI built using React.
It includes simple reusable components such as buttons and input fields.
- Reusable components:
Button,Input - Basic styling with inline styles
- Component-based architecture
- React 18
- JavaScript (ES6)
- JSX
- Make sure you have Node.js installed.
- Run the following commands:
npm install
npm startThen open http://localhost:3000 to view it in your browser.
react-simple-ui/
βββ public/
β βββ index.html
βββ src/
β βββ components/
β β βββ Button.js
β β βββ Input.js
β βββ App.js
β βββ index.js
βββ package.json
Ahmet Εahin β GitHub Profile