UShare
- 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
- 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.
- Install UShare by downloading zip folder
- Run in teminal with npm run start
- 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)
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
- Configure the top-level
parserOptionsproperty like this:
export default {
// other rules...
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
tsconfigRootDir: __dirname,
},
}- Replace
plugin:@typescript-eslint/recommendedtoplugin:@typescript-eslint/recommended-type-checkedorplugin:@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-runtimeto theextendslist