Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chirag-s-kotian/twitter-clone
https://github.com/chirag-s-kotian/twitter-clone
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chirag-s-kotian/twitter-clone
- Owner: Chirag-S-Kotian
- Created: 2024-04-28T11:55:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T13:00:33.000Z (9 months ago)
- Last Synced: 2024-12-04T01:09:31.368Z (2 months ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# Twitter Clone
This is a Twitter clone project built using Vite + React for the frontend and Firebase for the backend. It includes features like posting tweets and real-time updates.
## Technologies Used
- **Frontend**:
- Vite (Build Tool)
- React (JavaScript Library)
- Flipmove (Animation Library for React)- **Backend**:
- Firebase (Authentication, Realtime Database)## Features
- **Tweeting**: Users can create and post tweets.
- **Real-time Updates**: Tweets and their interactions are updated in real-time.
- **Authentication**: Users can sign up, log in, and authenticate with Firebase.## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/twitter-clone.git
```2. Navigate into the project directory:
```bash
cd twitter-clone
```3. Install dependencies:
```bash
npm install
```4. Create a Firebase project and set up authentication and real-time database.
5. Create a `.env` file in the root directory with your Firebase configuration:
```
REACT_APP_FIREBASE_API_KEY=your_api_key
REACT_APP_FIREBASE_AUTH_DOMAIN=your_auth_domain
REACT_APP_FIREBASE_PROJECT_ID=your_project_id
REACT_APP_FIREBASE_STORAGE_BUCKET=your_storage_bucket
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id
REACT_APP_FIREBASE_APP_ID=your_app_id
```6. Start the development server:
```bash
npm run dev
```## Links
- LinkedIn: [Chirag-S-Kotian](https://www.linkedin.com/in/Chirag-S-Kotian)
- Instagram: [Chirag-S-Kotian](https://www.instagram.com/_chirag_S_kotian)
- GitHub: [Chirag-S-Kotian](https://github.com/Chirag-S-Kotian)
- Twitter: [Chirag-S-Kotian](https://twitter.com/Chirag_S_kotian)## Contributing
Contributions are welcome! If you have any ideas or improvements, feel free to submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
Replace placeholders like `yourusername` and Firebase configuration values with your actual information.Happy coding!