Skip to content

Basic twitter clone made with Vue 3, Composition API and Tailwind CSS

Notifications You must be signed in to change notification settings

AloisCRR/vue3-twitter-clone

Repository files navigation

Vue.js 3 Twitter clone

This project is made to get in touch with new Vue.js 3 and it's composition API (replace or option to Options API), also see how's Vue 3 TypeScript support (spoiler: a little bit weak yet)

Run Locally

  1. Install:

  2. Clone the project:

    git clone https://github.com/AloisCRR/vue3-twitter-clone.git
  3. Go to the project directory:

    cd vue3-twitter-clone
  4. Install dependencies:

    npm install
    
    # If you get an error of incorrect dependency try...
    
    npm install --force
  5. Run in dev mode:

    npm run dev

Screenshots

App Screenshot

Tech Stack

Name Description
Vue.js Progressive framework for building user interfaces

Roadmap

  • Profile design
  • All navigation pages design
  • Router navigation
  • Optimize components
  • Add TypeScript typechecking at compile time (Vite doesn't type check)
  • Add navigation pages functionality (Tweet C.R.U.D)
  • Testing
  • Hosting, domain, etc.
  • CI/CD

About

Basic twitter clone made with Vue 3, Composition API and Tailwind CSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published