Skip to content

0monish/Employee-Management-System

Repository files navigation

Employee Management System

📌 Project Overview

This is a basic React.js project that does not use any backend technologies like Node.js. The data is handled through localStorage, and all changes made (such as creating and managing tasks) are temporary—once the browser is closed, all changes will be lost.

This project was created for learning purposes only.

🎥 Project Demo

2025-01-20.20-34-10-002.mp4

🔧 Technologies & Libraries Used

  • React.js - Frontend framework
  • Tailwind CSS - Styling framework
  • React Icons - Icon library

🎬 Learning Resources

Project Reference

🙏 Special Thanks

A huge thank you to the following individuals and organizations for their tutorials and guidance:

🚀 How to Set Up the Project

  1. Create a new React project with Vite:
    npm create vite@latest
  2. Install dependencies:
    npm install -D tailwindcss postcss autoprefixer
  3. Initialize Tailwind CSS:
    npx tailwindcss init -p
  4. Install additional libraries:
    npm install react-icons
  5. Configure tailwind.config.js file:
    content: [
      "./index.html",
      "./src/**/*.{js,ts,jsx,tsx}",
    ],
  6. Start the development server:
    npm run dev

🔑 Login Credentials

Admin Login

Employee Logins

Name Email Password
Samir samir12@gmail.com Samir@1234
Ananya ananya@gmail.com Ananya@1234
Vikram vikram@gmail.com Vikram@1234
Meera meera12@outlook.com Meera@1234
Raj raj123@yahoo.com Raj@1234

📜 License

This project is created for educational purposes only and is not intended for commercial use.


Feel free to fork, explore, and modify the project to enhance your learning experience!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors