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
- Host: GitHub
- URL: https://github.com/kameshwaran-e/user-management-react
- Owner: Kameshwaran-E
- Created: 2024-01-19T08:12:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T15:20:50.000Z (over 2 years ago)
- Last Synced: 2025-12-26T15:09:35.926Z (5 months ago)
- Topics: boxicons, framer-motion, jsonplaceholder-api
- Language: CSS
- Homepage: https://kameshwaran-fin-task.netlify.app/
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```