gagigante / react-twitter-ui-clone

Twitter UI clone in React

Home Page:https://zen-meitner-c734d0.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter

React Twitter UI Clone

GitHub language count Repository size GitHub last commit Repository issues License

Technologies   |    How to run   |    Project   |    How to contribute   |    License


Frontend

πŸš€ Technologies

This project was developed with the following techs:

πŸ’» Project

This project is a clone based in Twitter home page

πŸƒ How to run

Install dependencies

  $ yarn

  or

  $ npm install

Start server

  $ yarn start

  or

  $ npm start

To build the app

  $ yarn build

πŸ€” How to contribute

  • Fork this repo;
  • Create a branch for your new feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My brand new feature';
  • Push it to your branch: git push origin my-feature.

After merge of your pull request, you can delete your branch.

πŸ“ License

This project is under MIT license. See the file LICENSE for details.


About

Twitter UI clone in React

https://zen-meitner-c734d0.netlify.app/

License:MIT License


Languages

Language:TypeScript 93.3%Language:HTML 6.7%