An open API service indexing awesome lists of open source software.

https://github.com/yash-rajsingh/ensemble


https://github.com/yash-rajsingh/ensemble

Last synced: about 1 year ago
JSON representation

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
```