- $ git clone https://github.com/Jood80/bloggy.git
- $ cd client && yarn
- $ yarn start
Notes:
- The rest of backend/queries implementation & create tweet feature can be checked under
dev
branch/ PR #4
Production features:
- Signin
- Signup
- Signout
- Authentication using Firebase //Client side only
- Basic register form validation
- Dummy data used in the home page
- Routing & Private Route
- Basic style // still needs polishing
- Basic backend structure & database
- Dark mode
Development features:
- Mentioned in issue #3