https://github.com/yash-rajsingh/ensemble
https://github.com/yash-rajsingh/ensemble
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yash-rajsingh/ensemble
- Owner: Yash-RajSingh
- Created: 2023-04-30T05:43:31.000Z (about 3 years ago)
- Default Branch: production
- Last Pushed: 2023-06-24T11:17:05.000Z (about 3 years ago)
- Last Synced: 2025-02-14T05:44:12.439Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://en-semble.netlify.app/
- Size: 984 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```