kaanersoy / gifator

It allows you to chat with your friends using only GIFs. (In development)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gifator | GIF Chat App!

It allows you to chat with your friends using only GIFs.

TODO List

  • Create a Node Server

    • Create model to Validate users with joi
    • Get a clean MongoDB connection for carry our users
    • Add /auth/register router
    • Add /auth/login router
    • Create token to in login page
    • Control token in every page and if it doesn't exist send to login page.
    • Check the token and if token ok set user to req.user
    • Check the token and if defined redirect dashboard
  • Setup a Vue app for front-end

    • Create a Vue.js app
    • Add a login page
    • Save the token to local storage
    • Set visitors only see the home/login/register pages
    • Add a dashboard page
    • Install the Vuex for carry is logged in state
    • Fix the bad styles for basic UX
    • ...

Authors:

Credits

About

It allows you to chat with your friends using only GIFs. (In development)

License:MIT License


Languages

Language:JavaScript 51.5%Language:Vue 43.8%Language:HTML 4.0%Language:Shell 0.7%