GithubHelp home page GithubHelp logo

social-media's Introduction

Social_Media app

Learnings

  1. Create next-app

    1. npx create-next-app .
    2. install tailwindcss postcss autoprefixer
      1. npx install tailwindcss postcss autoprefixer
      2. npx tailwindcss init -p
      3. update tailwind.config.js
      4. update global.css
      5. npm run dev
  2. Layout structure

    1. add colors in tailwind.config.js
  3. Sidebar navigation

  4. Post form

  5. Single post

    1. npm i react-clickout-handler
  6. Animation on sidebar & dropdown

  7. Profile page

  8. Profile about / friends / photos

  9. Saved post page

  10. Notifications page

  11. Login page

  12. Styling for mobiles

  13. setting up supabase and login

    1. setting up Google logins for your application consists of 3 parts:
      1. Create and configure a Google Project on the Google Cloud Platform Console
      2. Add your Google OAuth keys to your Supabase Project
      3. Add the login code to your Supabase JS Client App :- npm install @supabase/supabase-js
      4. npm install @supabase/auth-helpers-nextjs :- For next.js
      5. npm install @supabase/auth-helpers-react :- For react.js
      6. set up environment variables
      7. setup in app.js
  14. Logout

  15. User profile table in supabase

  16. Show correct avatar and name on post form

// xewwy7-bokjeG-zokjur

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.