Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 702 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 702 Bytes

Social Card App

A small application that basically mocks a social media post such as a Facebook or Twitter post.

What's so great about that?

Well, it was made in React so everything renders almost instantly. You can like the post, share and even comment on the post. The changes do not stay or save to any sort of database but the point of this application was to show the usefullness of React rendering.

Check it out!

Feel free to check it out at https://social-card-ddd.firebaseapp.com/

Want to customize it?

git clone https://github.com/damiend97/Social-Card-App/
cd Social-Card-App
npm install
npm start
  • changes are saved and updated automatically.