An open API service indexing awesome lists of open source software.

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.

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.