Skip to content

SSam0419/TwitterCloneClient

Repository files navigation

Twitter Clone Frontend

This is the frontend repository for a simple Twitter clone application built with React.js, TypeScript, Tailwind CSS, and Redux Toolkit. Objective of this project is to practice react.js state management and styling with tailwindcss.

This is the link to the Backend Repo : https://github.com/SSam0419/TwitterCloneApi

Table of Contents

Features

  • User registration and authentication
  • Create, read, update, and delete tweets
  • Follow/unfollow other users
  • Like and retweet tweets
  • User profile management
  • Search for tweets and users

Prerequisites

Make sure you have the following prerequisites installed on your system:

  • Node.js (version 12 or later)
  • NPM (Node Package Manager)

Installation

  1. Clone this repository to your local machine or download the ZIP file and extract it.
  2. Open a terminal and navigate to the project's root directory.
  3. Run the following command to install the project dependencies:

npm install

Configuration

  1. Open the src/constant/Url.tsx file.
  2. Configure the backend API endpoint.

Usage

  1. Make sure the backend API is running and accessible.
  2. In the terminal, run the following command to start the frontend development server:
npm start
//This will start the application on a specified port (default: 3000).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages