Skip to content

This project provides the frontend for a Twitter clone. It is built using React, Redux, Axios for state management and API requests. The application is fully responsive and works seamlessly on various devices. It also supports PWA features, allowing it to be installed on devices for a native-like experience.

License

Notifications You must be signed in to change notification settings

Macktireh/clone-twitter-frontend

Repository files navigation

Frontend Twitter Clone

Home screen Home screen Home screen Home screen Home screen Home screen Home screen Home screen Home screen Home screen Home screen Home screen Home screen Home screen Home screen Home screen

Table of Contents

Description

This project provides the frontend for a Twitter clone. It is built using React, Redux, Axios for state management and API requests. The application is fully responsive and works seamlessly on various devices. It also supports PWA features, allowing it to be installed on devices for a native-like experience.

The backend for this project is implemented using Django, Django REST framework, Django Channels, PostgreSQL, Redis, and Cloudinary, and can be found clone-twitter-backend.

Features

  • Authentication: User signup, login, and logout.
  • Tweets: Create, read, update, and delete tweets.
  • Likes: Like and unlike tweets.
  • Bookmarks: Bookmark and remove bookmarks from tweets.
  • Retweets: Retweet and undo retweet.
  • User Profiles: View and edit user profiles, follow and unfollow users.
  • Notifications: Real-time notifications for user interactions.
  • Real-Time Chat: Real-time chat feature using WebSockets.
  • Responsive Design: Fully responsive layout for various screen sizes.
  • PWA: Progressive Web App support for a native-like experience.

Prerequisites

  • Node.js
  • npm

Getting Started

  1. Clone the repository:
git clone https://github.com/Macktireh/clone-twitter-backend.git
cd clone-twitter-backend
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

The frontend of your Twitter clone should now be up and running. Visit http://localhost:3000 to see the application in action. 🎉

License

This project is licensed under the MIT License.

About

This project provides the frontend for a Twitter clone. It is built using React, Redux, Axios for state management and API requests. The application is fully responsive and works seamlessly on various devices. It also supports PWA features, allowing it to be installed on devices for a native-like experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages