Jo-IE / Chatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatter

This is an application built using Vue, Vuetify and vuex for state management. The application queries the JSON placeholder API

The application supports the following functionality:

  1. Add a new post.
  2. Get all posts and display them in a list.
  3. Search for one particular post and display all the details about that post.
  4. Offline caching of the posts localStorage.

To run this application:

  1. Clone this repo using git clone.
  2. Change directories cd Chatter
  3. Install dependencies npm install
  4. Start the development server npm run dev

About

License:MIT License


Languages

Language:Vue 72.8%Language:CSS 14.2%Language:JavaScript 11.5%Language:HTML 1.5%