This repository contains two ReactJS assignments developed as part of the Simplyfi Softech Frontend Developer test.
- Fetches user data from:
https://jsonplaceholder.typicode.com/users
- Generates user avatars using DiceBear API
- Displays user profiles in Bootstrap cards
- Shows a loading spinner while fetching data
- Desktop-only design
π Live Demo: Assignment 1 Demo
π Code Repo: Assignment 1 Repo
- Fetches user data from:
https://jsonplaceholder.typicode.com/users
- Generates unique avatars using DiceBear API
- Displays profiles in Ant Design Cards
- Fully responsive (mobile, tablet, desktop)
- Includes Edit functionality using Ant Design Modal + Form
- Demonstrates state management and lifting state up
π Live Demo: Assignment 2 Demo
π Code Repo: Assignment 2 Repo
- ReactJS (Create React App)
- Bootstrap 5 (Assignment 1)
- Ant Design (Assignment 2)
- REST API for user data
- DiceBear Avatars API for profile pictures
- Vercel for deployment
git clone https://github.com/bharath-123kumar/profile-basic.git
git clone https://github.com/bharath-123kumar/profile-advanced.git