This is mini social media app, mostly inspired by Twitter and Messenger. As a user, you can add, like, delete and comment posts. If you like, you can join one of available rooms and chat with others! Nothing prevents you from creating your own room. If you get bored of your profile picture or nickname, you can change them as you like. You're going to get new notifications, when new user join our Social Dev community and when someone add new post. App supports CI/CD, powered by CircleCI with Firebase.
Tech | Description |
---|---|
React | Library for building user interfaces |
Typescript | Javascript superset language |
React Router | Declarative routing for React |
Firebase | Google development platform |
Styled Components | Visual primitives for the component age. |
CircleCI | Continuous Integration platform |
StoryBook | UI components explorer |
Moment | Js library, helps with formatting dates |
React Hook Form | Forms with easy-to-use validation. |
React Testing Library | Testing library for React |
Husky | Pre-commit tool. |
Lint-staged | Pre-commit tool. |
Eslint | Javascript Linter |
Prettier | Code formatter |
If you have any issues, please let me know in the issues section or directly to [email protected]
git clone https://github.com/olafsulich/SocialDev.git
npm install
npm run start
Command | Description | |
---|---|---|
npm run start |
Open local server | |
npm run build |
Create optimized build | |
npm run test |
Run tests | |
npm run eject |
Eject CRA | |
npm run storybook |
Open storybook in the browser | |
npm run build-storybook |
Build storybook | |
npm run firebase-deploy |
Deploy to firebase |
https://social-dev-dcf2d.firebaseapp.com/
SocialDev is an open source project, and contributions of any kind are welcome and appreciated. Open issues, bugs, and feature requests are all listed on the issues tab and labeled accordingly. Feel free to open bug tickets and make feature requests.
View CONTRIBUTING.md to learn about the style guide, folder structure, scripts, and how to contribute.
Thanks goes to these wonderful people:
Olaf Sulich 💻 🤔 🐛 |
Under license (MIT, Apache etc)
MIT © Olaf Sulich