Skip to content

A clone of the Facebook home page interface. Made in Typescript using React.

License

Notifications You must be signed in to change notification settings

aalexborges/facebook-ui-clone

Repository files navigation

Facebook - UI Clone

GitHub language count GitHub top language Package License Coverage Status

Screencapture

Access the project here.

This project is a copy of the facebook Home page interface. Built with React and Typescript, using styled-components lib to generate style sheets.

🚀 Installation

With a terminal open at the root of the project, execute one of the commands below:

npm install

or with yarn

yarn

Running the app

To run the application run the command:

npm run start

or with yarn

yarn start

Running the tests

To run the tests run the command:

npm run test

or with yarn

yarn test

📝 License

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

Releases

No releases published

Packages

No packages published

Languages