This project is social media app called “Stay in touch”. Users can do the following actions:
As a guest user:
- Create account/log in
- See only “Sign in” and “Sign out” page
As a logged-in user:
- See all users list
- See selected user page with their user name and all posts written by them (the most recent posts on the top)
- Send a friendship invitation
- See a button “Invite to friendship” next to the name of user who is not my friend yet - on both users’ list and single user page
- See pending friendship invitations sent to me from other users
- Accept or reject friendships invitation
- Create new posts (text only)
- Like/dislike posts (but I can like single post only once)
- Add comments to posts
- See “Timeline” page with posts (with number of likes and comments) written by me and all my friends (the most recent posts on the top)
- Timeline page should be the root page of the app
A list of commonly used resources that I find helpful is listed in the acknowledgments.
- About the Project
- Built With
- Live Demo
- Getting Started
- Authors
- Contributing
- Show your support
- License
- Acknowledgements
To get a local copy up and running follow these simple example steps.
- On the project GitHub page, navigate to the main page of the repository.
- Under the repository name, locate and click on a green button named
Code
. - Copy the project URL as displayed.
- If you're running the Windows Operating System, open your command prompt. On Linux, Open your terminal.
- Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
- Type git clone, and then paste the URL you copied in Step 3.
e.g. $ git clone https://github.com/yourUsername/yourProjectName - Press Enter. Your local copy will be created.
👤 Binyam Hailemeskel
- GitHub: @bini-i
- Twitter: @binyamshewa
- LinkedIn: binyam hailemeskel
👤 Yoko Saka
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Give a ⭐️ if you like this project!
This project is MIT licensed.