https://github.com/draganaleksic99/react-form
Simple example showcasing how to manage form state in React, without third-party library.The same form component is used for both create and edit operations.
https://github.com/draganaleksic99/react-form
react shadcn-ui tailwindcss typescript
Last synced: 7 months ago
JSON representation
Simple example showcasing how to manage form state in React, without third-party library.The same form component is used for both create and edit operations.
- Host: GitHub
- URL: https://github.com/draganaleksic99/react-form
- Owner: DraganAleksic99
- Created: 2024-05-05T21:41:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-08T20:13:06.000Z (over 1 year ago)
- Last Synced: 2025-03-08T22:46:21.731Z (7 months ago)
- Topics: react, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Form
Simple example showcasing how to manage form state in React, without third-party library.The same form component is used for both create and edit operations.## Quickstart
### 1. Clone this repository
Run the following command to clone the repo:
```
git clone https://github.com/DraganAleksic99/react-form.git
```### 2. Install dependencies
```
cd react-form
npm i
```### 3. Run app locally
```
npm run dev
```### Open in your browser
You can now visit http://localhost:3000.