You can publish posts, write comments and share your memories with people on social-media app.
| Tech | Description |
|---|---|
| Typescript | Javascript superset language |
| React | Library for building user interfaces |
| Redux | A Predictable State Container for JS Apps |
| react-router-dom | Routing for React |
| Styled Components | Visual primitives for the component age. |
| React Testing Library | Testing library for React |
| Express | Backend web framework for Node.js |
| Eslint | Javascript Linter |
| Prettier | Code formatter |
git clone https://github.com/simicoder/social-media.git
yarn install
cp packages/server/.env-sample packages/server/.env #set up environment variables
yarn dev


