Skip to content

Yash-RajSingh/Ensemble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use this command to start the server

npm dev

or

yarn dev

Directory Structure

├───assets
├───components
│   ├───boards
│   │   ├───board
│   │   └───BoardsPopup
│   ├───common
│   ├───header
│   ├───inputModal
│   ├───landing
│   ├───lists
│   │   └───listElements
│   ├───login
│   ├───members
│   ├───notificationPopUp
│   ├───preloader
│   ├───sidebar
│   ├───tasks
│   ├───userProfile
│   └───workspace
│       └───workspaceElements
│           ├───workspaceAdder
│           └───workSpaceItem
├───context
├───globalStyles
├───hooks
│   ├───authentication
│   ├───boards
│   ├───lists
│   ├───members
│   ├───randomStuff
│   ├───tasks
│   └───workspace
└───routes
    ├───homePage
    ├───listsPage
    ├───loginPage
    ├───profilePage
    └───workspacePage