Skip to content

mBerdis/fitstagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

130 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App, database, routes, config, bootstrap folders contain backend

Frontend placement:                     // AUTHOR
resources
├───css
│       app.css                         // laravel project template
│
├───js
│   │   app.js                          // laravel project template
│   │   bootstrap.js                    // laravel project template
│   │
│   ├───Components
│   │   │   ApplicationLogo.vue         // xberdi01
│   │   │   Checkbox.vue                // laravel project template
│   │   │   DangerButton.vue            // laravel project template
│   │   │   Dropdown.vue                // laravel project template
│   │   │   DropdownLink.vue            // laravel project template
│   │   │   InputError.vue              // laravel project template
│   │   │   InputLabel.vue              // laravel project template
│   │   │   Modal.vue                   // laravel project template
│   │   │   NavLink.vue                 // laravel project template
│   │   │   PrimaryButton.vue           // laravel project template
│   │   │   ResponsiveNavLink.vue       // laravel project template
│   │   │   SecondaryButton.vue         // laravel project template
│   │   │   TextInput.vue               // laravel project template
│   │   │
│   │   ├───Generic
│   │   │       GenericFeed.vue         // xkosce01
│   │   │       GroupListView.vue       // xberdi01
│   │   │       PopupWindow.vue         // xberdi01
│   │   │       SearchResultItem.vue    // xhalci02
│   │   │       SearchItemList.vue      // xhalci02
│   │   │       TagListView.vue         // xkosce01
│   │   │       UserListView.vue        // xberdi01
│   │   │
│   │   ├───Group
│   │   │       GroupDiscoveryView.vue  // xberdi01
│   │   │       GroupList.vue           // xberdi01
│   │   │       GroupRequestsList.vue   // xberdi01
│   │   │
│   │   ├───Icons
│   │   │       AcceptIcon.vue          // xberdi01
│   │   │       AddFriendIcon.vue       // xberdi01
│   │   │       AddPhotoIcon.vue        // xberdi01
│   │   │       CancelIcon.vue          // xberdi01
│   │   │       FriendsIcon.vue         // xberdi01
│   │   │       GroupIcon.vue           // xberdi01
│   │   │       TrashIcon.vue           // xberdi01
│   │   │
│   │   ├───Post
│   │   │       AddTag.vue              // xkosce01
│   │   │       Comment.vue             // xkosce01
│   │   │       CommentSection.vue      // xkosce01
│   │   │       Like.vue                // xkosce01
│   │   │       Post.vue                // xkosce01
│   │   │
│   │   └───User
│   │           FriendRequestList.vue   // xberdi01
│   │           UserHeader.vue          // xberdi01
│   │           UserList.vue            // xberdi01
│   │           UserPage.vue            // xberdi01
│   │
│   ├───Layouts
│   │       AuthenticatedLayout.vue     // xhalci02
│   │       GuestLayout.vue             // laravel project template
│   │
│   └───Pages
│       │   Dashboard.vue               // laravel project template
│       │   Feed.vue                    // xkosce01
│       │   GroupDetail.vue             // xberdi01
│       │   Groups.vue                  // xberdi01
│       │   NewPost.vue                 // xkosce01
│       │   PublicUserPage.vue          // xberdi01
│       │   SearchResults.vue           // xhalci02
│       │   TagPosts.vue                // xhalci02
│       │   Welcome.vue                 // laravel project template
│       │
│       ├───Auth
│       │       ConfirmPassword.vue     // laravel project template
│       │       ForgotPassword.vue      // laravel project template
│       │       Login.vue               // laravel project template
│       │       Register.vue            // laravel project template
│       │       ResetPassword.vue       // laravel project template
│       │       VerifyEmail.vue         // laravel project template
│       │
│       └───Profile
│           │   Edit.vue                // laravel project template
│           │
│           └───Partials
│                   DeleteUserForm.vue                  // laravel project template
│                   UpdatePasswordForm.vue              // laravel project template
│                   UpdateProfileInformationForm.vue    // laravel project template
│
└───views
        app.blade.php                                   // laravel project template


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •