Skip to content

gautam-balamurali/social-media-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitLyx

TwitLyx is a full-fledged social media app designed for connecting and engaging with others. It offers a simple and intuitive platform where people can share their thoughts, photos, videos, GIFs and emojis with their friends and others and explore different points of view. Users can converse with each other and express their opinions in a fun and interactive way.


💻 How to run the app locally?

$ git clone https://github.com/gautam-balamurali/social-media-app.git
$ cd social-media-app
$ npm install
$ npm start

🚀 Deployed Link

Check out the live demo of TwitLyx: TwitLyx


🛠️ Built With

  • ⚛️ React JS
  • 🚦 React Router v6
  • 🔄 React Context API + useReducer
  • 🎨 Vanilla CSS
  • 🗃️ Git For Version Control
  • 🌐 Netlify for Deployment
  • ☁️ Cloudinary for Image Hosting

✨ Features

  • User Authentication Pages 🚪
    • User Signup 📝
    • User Login 🔐
    • User Logout 🔓
  • Home Page 🏠
    • View your own posts and posts from people you follow 📃
  • User Search Bar 🔍
    • Search for other users 🔎
    • Click on a user to go to their profile page 👤
  • Follow Menu Bar 👥
    • Suggestions of users to follow 👀
  • Explore Page 🔍
    • View posts from other users 🌍
  • Bookmarks Page 🔖
    • View bookmarked posts 📑
  • Liked Page 👍
    • View liked posts ❤️
  • User Profile Page 👤
    • Edit your profile details - profile photo, cover photo, bio, and website link ✏️
  • Other Users Profile Page 👥
    • View other users' profile page
    • Check their posts
    • Follow/unfollow them
  • Filters for Sorting Posts 🗂️
    • Sort posts by latest, oldest, and trending
  • Posts ✉️
    • Create posts with photos, videos, emojis and gifs 📷📹😄
    • Update posts
    • Delete posts
    • Like and bookmark posts
    • Click on a user's name or image to go to their profile page 👤
  • Alerts 🚨
    • Alerts in the app to notify users about success/failure operations
  • Responsive 📱
    • All screens are responsive

Demo Video

https://vimeo.com/843884865

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify