A simple Vue application inspired by a very famous social network.
The purpose of this project is to discover and learn Tailwind CSS by trying to recreate the original look of that famous social network without looking at the code. It uses fake data to simulate posts, users and more.
While the main goal was to discover Tailwind CSS, I ended up enjoying it and I actually made the website entirely responsive!
This project is a single-page application (SPA) made with Vue.js and uses Vue Router to offer a variety of views within that single page.
Thanks to Vue I18n, it is available in both English and French, and can easily be translated. Translation files can be found in the /src/locales/
directory.
All images used on this website are sourced from Pixabay. For specific details on image usage and licensing, please visit Pixabay's License Page.
The icons used in this website are sourced from Heroicons and are provided under the MIT License.
npm install
npm run dev
npm run build