/itw-web-app

📝A frontend for the Teamwork internal blog

Primary LanguagePHP

itw-web-app

A redesign concept for In The Works for the Teamwork hackathon in November 2019. Its an entirely seperate frontend, accesing the data from Wordpress using wpgraphql.

Using vue & vue-apollo behind the scenes to query the data.

😎 Things managed I to get done

  • Design (Figma 🙌)
  • Tooling (as close to the Teamwork stack as possible)
  • Homepage
  • Single post page
  • Category Page
  • Author Page
  • Infinite scrolling (fires early so its seamless)

🥺 Things missing

  • Realtime Search
  • Auth (not enabled yet)
  • CreateComment mutation
  • Like system (less soon)

🛠 Project setup (vue-cli)

npm install
npm run serve