Twitter Twin is a web app intended to mirror Twitter.
- React with React Router
- Redux
- Styled Components
- Font Awesome
- Jest and Enzyme
- Express
- MongoDB through Mongoose
- Passport
- And of course, Twit
Types:
- feat: a new feature
- fix: a bug fix
- docs: changes to documentation
- style: formatting, missing simi colons, etc; no code change
- refactor: refactoring production code
- test: adding tests, refactoring test; no production code change
- chore: updating build tasks, package manager configs, etc; no production code change
- comment: changes to comments; no code change
- minor: import changes, variable name changes, etc; non-breaking changes
- major: file movement, file name changes, etc; breaking changes