Skip to content
/ Y Public

A simple Vue application inspired by a very famous social network.

Notifications You must be signed in to change notification settings

0lbap/Y

Repository files navigation

Y

A simple Vue application inspired by a very famous social network.

Project Overview

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.

Image Credits

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.

Project Setup

Install dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

About

A simple Vue application inspired by a very famous social network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published