Twitter Clone 🛫🛬�
Twitter Clone made with Reactjs. It's not the exact clone, but it do have the functionality to tweet.
Features 💡
- Realtime firestore databsae.
- Google authentication
Screenshots
Getting Started 🚀
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites 📋
You'll need Git and Node.js (which comes with NPM) installed on your computer.
node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
How To Use 🔧
From your command line, first clone this repo:
# Clone this repository
$ git clone https://github.com/bilal-23/twitter-clone
# Go into the repository
$ cd twitter-clone
# Remove current origin repository
$ git remote remove origin
Then you can install the dependencies either using NPM or Yarn:
Using NPM:
# Install dependencies
$ npm install
# Start development server
$ npm start
Once your server has started, go to this url http://localhost:3000/
and you will see the website running on a Development Server.
Technologies used 🛠️
- Webpack - Static module bundler
- ReactJS - Javascript library
- React-router - Routing tool
- SCSS - CSS Preprocessor
- Redux - Global state management tool