A social app for posting casual weekend events and activities for your friends to see.
This repo is the front-end client, built-in React. You can see the app live at [https://wekend-client-ozharb.vercel.app/]
The app is meant for mobile use, but scales for desktop viewing.
To check out the app, I suggest you use the demo account using the credentials below as well as create your own account to experience the registration process.
- user name: Demo
- password: Demo2021!
WEkend is a friendly weekend planning app for friends. Connect with friends, post events, and see what others are up to.
Simple, quick, and awesome.
- User can:
- Register for a new account
- Log in to their own secure account
- See their dashboard (Dayboard)
- Pick a day of the weekend to view
- See all events the user and the user's friends posted
- See event details including who's attending the event
- Get notified when an event has changed.
- See if others attending an event have not seen the update (explained in 'App Features' section)
- Edit or delete events the user posted
- Rsvp or delete Rsvp for events others posted
- Search for friends by searching username or full name or knickname
- Send other app users a friend request
- View all friends in their friends page
- See confirmed friends
- See pending friends including resquests send and received
- Accept or delete or cancel confirmed and pending friendships
- Filter events by specific friends
- Get a link to a how-to guide in the app
Get all the important info you need in one place, including who's going to which events and who didn't see an update.
- React
- Create React App
- React Router
- HTML5
- CSS3 (scratch - no frameworks)
- Jest (screen captures & smoke tests)
- Deployed via Vercel