Visit my application at: http://post-manager-dashboard.herokuapp.com
- People could login/logout to the system.
- Logged users could CRUD posts.
- Redirect to login page if guest accesses CRUD post pages.
- Using Vue JS, SCSS to develop UI
- Using localStorage to store data (post list and authentication info)
- Open a terminal and type:
[email protected]:nvdai2401/post-manager-dashboard.git
- Then type
yarn
- Finally type
yarn serve
to explore my application.