This repository contains the React frontend for the Contact Management application.
Check out the live demo of the Webalar App: Demo Link
Demo User,
Email : [email protected]
Password : 123456
- Clone this repository to your local machine.
- Install dependencies using
npm install
. - Configure environment variables using
.env.local
(copy from.env.example
). - Run the development server using
npm start
.
- Display a list of contacts fetched from the backend.
- View, edit, and delete individual contacts.
- Create new contacts.
- User Authentication
- React
- React Router
- Axios
- Tailwind CSS (or your preferred CSS framework)
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
The app is deployed on Render. Check out the deployment section for more details.
This project is licensed under the MIT License.