Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.3 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.3 KB

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