Skip to content

ankuryadavgithub/Developer-Collaboration-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer-Collaboration-Platform

A collaborative platform for developers to manage projects, tasks, discussions and team communication

Developer-Collaboration-Platform
├─ client
│  ├─ eslint.config.js
│  ├─ index.html
│  ├─ package-lock.json
│  ├─ package.json
│  ├─ public
│  │  ├─ favicon.svg
│  │  └─ icons.svg
│  ├─ README.md
│  ├─ src
│  │  ├─ App.css
│  │  ├─ App.jsx
│  │  ├─ assets
│  │  │  ├─ hero.png
│  │  │  ├─ react.svg
│  │  │  └─ vite.svg
│  │  ├─ components
│  │  │  ├─ common
│  │  │  └─ ui
│  │  ├─ context
│  │  ├─ hooks
│  │  ├─ index.css
│  │  ├─ main.jsx
│  │  ├─ pages
│  │  ├─ services
│  │  ├─ styles
│  │  └─ utils
│  └─ vite.config.js
├─ docs
├─ LICENSE
├─ README.md
└─ server
   ├─ package-lock.json
   ├─ package.json
   ├─ prisma
   │  └─ schema.prisma
   ├─ prisma.config.ts
   └─ src
      ├─ app.js
      ├─ config
      ├─ controllers
      ├─ middleware
      ├─ models
      ├─ server.js
      ├─ services
      └─ utils

About

A collaborative platform for developers to manage projects, tasks, discussions and team communication.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors