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
- 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
Make sure you have the following prerequisites installed on your system:
- Node.js (version 12 or later)
- NPM (Node Package Manager)
- Clone this repository to your local machine or download the ZIP file and extract it.
- Open a terminal and navigate to the project's root directory.
- Run the following command to install the project dependencies:
npm install
- Open the
src/constant/Url.tsx
file. - Configure the backend API endpoint.
- Make sure the backend API is running and accessible.
- 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).