Twitter clone made with Vue.js, Vue Router, Vuex and Axios-mock-adapter(for fake REST API).
- Pure CSS
- One more feature
Tweet editing 🖋
- Vue.js
- Vue Router
- Vuex
- axios-mock-adapter (for fake REST API)
git clone https://github.com/kaanersoy/twitter-clone.git
With yarn:
cd ./twitter-clone && yarn
With npm:
cd ./twitter-clone && npm install
With yarn:
yarn serve
With npm:
npm run serve
You can visit the demo from: Cwitter Demo
Username | Password | |
---|---|---|
1 | kaanersoy |
password |
- Added tweets with images & image popup for tweets
- Edit & Delete option to tweets
- Added profile editting popup for Profile view
MIT licensed, you can found in the LICENSE file.
You can find TODOs from: TODO.md