Vacay Book is a social media web application to share vacation stories. Vacay Book is publicly hosted on Netlify at https://vacay-book.vercel.app/.
vacay-book-demo.mp4
- Create a Post
- Like/Unlike
- Comment on post
- Edit & Delete Post
- User Feed
- Filter by latest, oldest & trending
- Explore Feed
- Bookmark post & remove from bookmarks
- Follow/Unfollow
- Dark mode
- User Profile
- Bio
- Portfolio URL
- Profile picture
- Edit profile
- Throttling for button clicks
- Authentication
- Sign up
- Login
- Logout
- ReactJS
- React Router v6
- Redux-toolkit for state management
- Chakra UI
- mockBee for backend
- Clone repository and change directory.
git clone https://github.com/anik31/vacay-book.git
cd vacay-book
- Switch to
dev
branch.
git checkout dev
- Install dependencies and start server.
yarn install
yarn start