Developed as the final project of our web development bootcamp at Ironhack Barcelona, this is Yabel, Eloi and Josep’s MERN Stack application. Check the backend repository here.
DPlan is a Full Stack application meant to help users plannify their private events such as parties or social meetings in a simple way. Create, share, experience and organize events quickly, easily and fun.
You can check the app fully deployed here.
- Fork this repo
- Clone this repo
$ cd DPlan-Front
$ npm install
$ npm start| Route | Privacy | Renders |
|---|---|---|
| / | public | WelcomePage |
| /signup | public (anonymous) | SignupPage |
| /login | public (anonymous) | LoginPage |
| /plans | public | PlansPage |
| /plans/newPlan | public | NewPlanPage |
| /plans/:planId | public | PlanPage |
| /plans/:planId/edit | private | EditPlanPage |
| /plans/:planId/guests | private | GuestsPlanPage |
| /plans/:planId/invite | private | InviteFriendsPage |
| /:username/profile | public | ProfilePage |
| /:username/profile/friends | public | ProfileFriendsPage |
| /:username/profile/edit | private | ProfileEditPage |
| /:username/profile/addFriends | public | AddFriendsPage |
- Navbar
- Loading
- IsAnon
- IsPrivate
- PendingReq
- Person
- Plan
- WelcomePage
- SignupPage
- LoginPage
- NewPlanPage
- PlansPage
- PlanPage
- EditPlanPage
- GuestsPlanPage
- InviteFriendsPage
- ProfilePage
- ProfileEditPage
- ProfileFriendsPage
- AddFriendsPage
- NotFoundPage
