Skip to content

An employee time-entry management system allowing both employee and manager to enter and only manager can see/edit the working hours of an employee using dashboard functionality.

Notifications You must be signed in to change notification settings

SahilKhanWDC/WorkWave-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React App Starter Guide

A simple guide to set up and run a React app on your local system.


🚀 Getting Started

1. Clone the repository

git clone https://github.com/your-username/your-repo-name.git cd your-repo-na

2. Install dependencies

npm install

3. Start server

npm start

4. project structure

your-app/
├── public/
├── src/
│ ├── App.js
│ ├── index.js
├── .gitignore
├── package.json
├── README.md

About

An employee time-entry management system allowing both employee and manager to enter and only manager can see/edit the working hours of an employee using dashboard functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published