samik1234 / social-media-tumblr

Build and Deploy Your Own Social Media App - tumblr

Home Page:https://tumblr-nu.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + TypeScript + Vite

side-img

Project

Build Your App - Social Media App - Tumblr

Build a modern social app with a stunning UI with a native mobile feel, a special tech stack, an infinite scroll feature, and amazing performance using React JS, Appwrite, TypeScript, and more.

To build your social media app, you can use React JS with TypeScript and Vite. You can also use Appwrite for backend services. Vite is a fast and lightweight build tool that provides a rapid development experience focused on speed and simplicity. Next.js is a popular framework for building server-side rendered React applications. It provides features such as automatic code splitting, server-side rendering, and static site generation. You can use vite and nextjs to build your app.

Use this code and build an great application.

tun

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:
   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

About

Build and Deploy Your Own Social Media App - tumblr

https://tumblr-nu.vercel.app


Languages

Language:TypeScript 92.0%Language:CSS 6.0%Language:JavaScript 1.7%Language:HTML 0.3%