Skip to content

A virtual office application for users to signup and create their office or join an office as manager/employee

Notifications You must be signed in to change notification settings

Letusmeet/letsmeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let Us Meet

An application which allows a user to create a virtual Office, rooms, chat with the employees, add memmbers, make taskboards and task cards and assign them to employees. Allows text messages in office, room and personal chats.

DEMO

🧰 Languages and Tools:

FEATURES

🌟Log in the platform and join or create a Virtual Office

💚Create Rooms, add people.

👏Chat with employees and create task boards.

💥Create Milestone Cards inside Taskboards.

SET UP

git clone https://github.com/Letusmeet/letsmeet.git

cd letsmeet/backend

npm install

npm start

Open a new terminal for frontend

cd letsmeet/frontend

npm install

npm start

⬇️Important

Follow these steps:hammer: for contributing:

💚Fork the repo.

📌Create a separate branch for any bug/feature with branch name: branch_<feature_name>

✅Commit once a feature is updated/bug is fixed.

✏️Fetch for any changes in the original repo by creating an upstream using:

git remote add upstream https://github.com/Letusmeet/letsmeet.git

git fetch upstream

🎉Merge the changes in your branch.

git merge upstream/(your_branch_name)

👽Push your changes to your branch.

🔧Make a pull request from your branch.

➕Before submitting a PR, check your code well and explain your work properly in the PR description.

Contributors

About

A virtual office application for users to signup and create their office or join an office as manager/employee

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published