An attempt at creating a similar to Twitter app
TODOS:
- Set store up with user authentication (JWT) + storing session
- Build Log In / Log Out functionality
- Register / Login interface and validation
- Change logged in / logged out layout for the home feed
- Create "Post Chirp" route and functionality
- Set example chirps up
- Style singular chirps
- Add hover cards, containing user information
- Add user edit interface
- Add chirps to the user's data - for rechirps - use a different style in displaying
- Add chirps counter
- Add follow/unfollow functionality, counters included
- Create "View Chirp" view, with all comments
- Add image upload with https://www.npmjs.com/package/imgur-node-api
- THEME NIGHT SWITCH
// boilerplate instructions generated by vue-cli
# install dependencies
npm install
# (You need to have MongoDB running, default port is @ http://localhost:4040)
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --reportFor a detailed explanation on how things work, check out the guide and docs for vue-loader.