A small application that basically mocks a social media post such as a Facebook or Twitter post.
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.
Feel free to check it out at https://social-card-ddd.firebaseapp.com/
git clone https://github.com/damiend97/Social-Card-App/
cd Social-Card-App
npm install
npm start
- changes are saved and updated automatically.