Skip to content

gitwitGreg/Ushare

Repository files navigation

Title

UShare

Description

  • This is UShare! A social media application for you and your friends.
  • Post pictures and share the meaningfull or not so meaningfull moments
  • Stay up to date with instant updates from other users

Why

  • Staying connected with friends after school becomes challenging, especially when some avoid mainstream apps like Instagram due to the negative effects they could have on self-esteem and mental health. I decided to create an application for my close friends so they could still enjoy some aspects of social media while minimizing the negative external influences often found on more widely-used applications.

Quick start

  • Install UShare by downloading zip folder
  • Run in teminal with npm run start

Usage

  • Initial load requires sign out before normal usage
  • Explore page impliments infinate scroll feature utalizing react Query infinate scroll managed though pagination regulated by users scrolls.
  • Post creation allows for file uploads(png, jpg, pdf)

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

Ushare

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published