This is a frontend part of app.
Backend part can be found here
Frontend is built with
For demo I already create several account, so you you can login to see how it all works.
Reading article ok w/t login, but other stuffs required auth.
Login | Password |
---|---|
John.Doe@ex.com | 123456 |
Tom.Smith@ex.com | 123456 |
Jane.Ostin@ex.com | 123456 |
Anyway - you can also create a new user, if you want
- All forms under client-side validation.
- You can create, update and delete your articles.
- You can follow/unfollow user. It affect on user feed.
- You can like / unlike posts. It affect favorited articles at individual profile. It means you can see what article of selected author you already like.
- You can leave a comment.
- You can also update your personal info.
npm install
npm run serve