A simple and modern user profile card application built with React and Vite. This project displays user profile information in a clean, card-based interface.
- Displays a list of user profiles.
- Clean, component-based architecture.
- Fast development and build times with Vite.
- Styled with standard CSS for easy customization.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/your-username/User-Profile.git
-
Navigate to the project directory:
cd User-Profile -
Install NPM packages:
npm install