Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 1.32 KB

README.md

File metadata and controls

73 lines (48 loc) · 1.32 KB

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