DEV Community

Cover image for Twitter meta clone by Quasar + Vue + SCSS + TypeScript + Vue Router
Tran Nguyen Thuong Truong
Tran Nguyen Thuong Truong

Posted on

 

Twitter meta clone by Quasar + Vue + SCSS + TypeScript + Vue Router

I've just deployed a twitter clone web.
This project is written by me in Vue3 on Quasar CLI + TypeScript combined with SCSS+ Vue Router+ Prettier + Eslint.
Stay up-to-date with tweets from news and entertainment highlights to sports and politics, fully informed with all live commentary. Free widely available online for everyone.
Currently, I am still continuing to develop it to become a finished product as soon as possible. Follow us.
Please support me by giving this repository 1 star at: https://github.com/thuongtruong1009/twitter-meta

Top comments (0)

The JavaScript Brief

1. Top 5 MERN STACK projects to improve your practical understanding

Boost your MERN Stack development skills by undertaking interesting beginner projects. These five engaging projects cover web applications and range from social media website applications to geo-social networking maps. Hone your understanding and apply modern techniques backed up by hands-on experience.

2. How To Optimize Your React App’s Performance

Learn the best optimizing techniques to make your React applications faster and more efficient. Focusing on the identification of performance bottlenecks and common pitfalls to avoid, these optimization strategies will keep your applications running smoothly even when faced with growing complexity.

3. A story of let, const, object mutation, and a bug in my code

In the pursuit of bug-free code, explore an incident involving a mix-up between const and let, making sure your custom code works effectively with third

party documentation. Discover best practices on program flow and learn about JavaScript's unpredictable aspects to ensure your core code is robust.