.
├── client
│ └── components
│ │ ├── App.jsx
│ │ ├── Nav.jsx
│ │ ├── Search.jsx
│ │ ├── board
│ │ │ ├── Board.jsx
│ │ │ ├── BoardCard.jsx
│ │ │ ├── BoardCardModal.jsx
│ │ ├── main
│ │ │ ├── AuthModal.jsx
│ │ │ ├── Feed.jsx
│ │ │ ├── FeedCard.jsx
│ │ └── user
│ │ │ ├── User.jsx
│ │ │ ├── UserCard.jsx
│ │ │ ├── BoardModal.jsx
│ └── lib
│ └── config
├── server
│ └── config.js
├── public
│ ├── app.js
│ ├── index.html
│ ├── style.css
│ ├── assets
│ └── lib
├── db
├── spec
│ ├── client
│ └── server
├── package.json
├── bower.json
├── .bowerrc
├── .gitignore
├── _PRESS_RELEASE.md
└── README.md
forked from rarescarab/flock
-
Notifications
You must be signed in to change notification settings - Fork 0
jwdomingo/flock
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 97.3%
- HTML 2.6%
- CSS 0.1%