yzernik / twitterclonefrontend

Frontend application of twitter clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend part of twitter clone project

A responsive twitter clone built using React.js where user can post and read tweets.

Current features:-

  1. Publish tweets to profile
  2. Read published tweets from database

Additional modules used for frontend app are as follows:-

  1. React router
  2. React icons
  3. Boostrap

Screenshots:-

Article series on Hashnode:-

https://saurabhnative.hashnode.dev/series/twitter-clone

If you liked the repo or found it useful, please give it a star ⭐️

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

Frontend application of twitter clone

License:MIT License


Languages

Language:JavaScript 66.6%Language:CSS 21.9%Language:HTML 11.5%