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

https://github.com/kameshwaran-e/user-management-react

React application that displays a list of users and allows users to add new users to the list
https://github.com/kameshwaran-e/user-management-react

boxicons framer-motion jsonplaceholder-api

Last synced: about 1 month ago
JSON representation

React application that displays a list of users and allows users to add new users to the list

Awesome Lists containing this project

README

          

# User-Management

- React (v18) and Node (v20).
- jsonplaceholder api for fetching data
- Functional components .
- Boxicons for icons.
- Deployed on Netlify.

## Preview

- https://kameshwaran-fin-task.netlify.app

## Setup

```bash
git clone https://github.com/Kameshwaran-E/User-Management-React.git
cd User-Management-React
npm install
npm start
```

## Deploy

```bash
npm run build
```