This is a React project using TypeScript and the Material UI library for simple social media development with a mocked backend through the JSON Placeholder REST API.
Open terminal in your downloaded project folder and type:
npm install --force
# Part of MUI (@material-ui/core) is not fully compatible with React >= 16.8.0,
# which is why --force is necessary.
After installation run the APP with:
npm start
Warning
There are no code comments yet, and there are still many things to improve.