Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1018 Bytes

README.md

File metadata and controls

49 lines (29 loc) · 1018 Bytes

Social Media App

SocialMediaApp

About this Project

This is the front end of my personal project, it's a social media created using React, it's functional and i'll implement an API for it soon. I use the Context Provider to set the configs and theme in the local storage of the user browser.

Connect with me at LinkedIn

You can access the website of this project at SocialMediaApp

what you need to have to run this project

 React, Node.js, GIT

Installing

Cloning the Repository

$ git clone https://github.com/willcordeiro/SocialMediaWebApp

$ cd ./<project page>

Installing dependencies

$ yarn

or

$ npm install

Starting the project

$ npm start

the project will run at the default react port http://localhost:3000/