kaanersoy / twitter-clone

Twitter clone made with Vue.js and just pure css.

Home Page:https://cwitter-demo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Clone with Vue.js 🐦

Twitter clone made with Vue.js, Vue Router, Vuex and Axios-mock-adapter(for fake REST API).

  • Pure CSS
  • One more feature Tweet editing πŸ–‹

πŸ’» Techs

  • Vue.js
  • Vue Router
  • Vuex
  • axios-mock-adapter (for fake REST API)

πŸ“¦ Installation

πŸ“° Clone the project

git clone https://github.com/kaanersoy/twitter-clone.git

πŸ”» Install Dependencies

With yarn:

cd ./twitter-clone && yarn

With npm:

cd ./twitter-clone && npm install

πŸƒβ€β™‚οΈ Start the project

With yarn:

yarn serve

With npm:

npm run serve

πŸ”΄ Demo

You can visit the demo from: Cwitter Demo

πŸ” Auth info

Username Password
1 kaanersoy password

πŸ“• Other informations

βœ” Last Updates

  • Added tweets with images & image popup for tweets
  • Edit & Delete option to tweets
  • Added profile editting popup for Profile view

πŸ–Š Contributors:

πŸ“ƒ License

MIT licensed, you can found in the LICENSE file.

You can find TODOs from: TODO.md

About

Twitter clone made with Vue.js and just pure css.

https://cwitter-demo.vercel.app

License:MIT License


Languages

Language:Vue 88.2%Language:JavaScript 10.6%Language:HTML 0.6%Language:SCSS 0.5%