Skip to content

BackThePortal/thetinmen

Repository files navigation

TheTinMen Posts Classifier

TheTinMen is an Instagram account that wides perspectives around men and equality. His posts talk about men's issues (e.g. male victims of rape, men's mental health, disposable masculinity, and much more), while still defending women's rights.

Instagram isn't known for having advanced search features. That's why I made this website that classifies a selection of his posts in categories based on the topic.

Note: The posts are stored in the repository because of limitations with Instagram's API. Only the thumbnails can be found. All images belong to TheTinMen. This project has been created with their permission. If the account's admin would like this repository to be taken down, please email me or open an issue.

Uses Vue.js and TailwindCSS.

Installation

If you want to run the website locally, follow these steps. Make sure Node.js is installed in your computer.

  1. Clone the repository or download the source code and decompress the zip.
  2. Open a Command Prompt/Powershell (Windows) or Terminal (macOS/Linux) window in the source code root folder.
  3. Install the dependencies using the following command:
    npm i
  4. Then, use this command to start the development server.
    npm run dev
    A link like http:/127.0.0.1:5173/ will appear. Open it to see the website.
  • Alternatively, you can use npm run build to compress and minify for use in production.
  • You can also use npm run dev -- --host so everyone in your network can see the website. They'll have to use a different link, though. It will appear next to Network.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published