- Notifications
You must be signed in to change notification settings - Fork42
Discord 2.0 with REACT.JS! (Next.js, NextAuth.js v4.17.0, Tailwind CSS, Typescript, Server create, Firebase v9, Image Uploading, Google Authentication, 1-1 Messaging, Real Time Messenger )
SashenJayathilaka/Discord-Clone
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation

Discord 2.0 with REACT.JS! (Next.js, NextAuth.js v4.17.0, Tailwind CSS, Typescript, Server create, Firebase v9, Image Uploading, Google Authentication, 1-1 Messaging, Real Time Messenger )
Database
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
To run this project, you will need to add the following environment variables to your .env file
NEXTAUTH_URL
GOOGLE_CLIENT_ID
NEXT_PUBLIC_SECRET
GOOGLE_CLIENT_SECRET
NEXT_PUBLIC_BASE_URL
NEXT_PUBLIC_FIREBASE_APP_ID
NEXT_PUBLIC_FIREBASE_API_KEY
NEXT_PUBLIC_FIREBASE_PROJECT_ID
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET
NEXT_PUBLIC_FIREBASE_MESSAGING_SET
Install my-project with npm
npx create-next-app my_projectcd my_projectInstall dependencies
Install tailwindcss and its peer dependencies via npm, and then run the init command to generate bothtailwind.config.js andpostcss.config.js.
npm install -D tailwindcss postcss autoprefixernpx tailwindcss init -pAdd the paths to all of your template files in yourtailwind.config.js file.
module.exports={content:["./pages/**/*.{js,ts,jsx,tsx}","./components/**/*.{js,ts,jsx,tsx}",],theme:{extend:{},},plugins:[],}
Add the@tailwind directives for each of Tailwind’s layers to your./styles/globals.css file.
@tailwind base;@tailwind components;@tailwind utilities;
Install dependencies
Clone the project
git clone https://github.com/SashenJayathilaka/Discord-Clone.git
change directory
cd Discord-CloneInstall dependencies
npm install
Start the serverFirst, run the development server:
npm run dev
This is aNext.js project bootstrapped withcreate-next-app.
Openhttp://localhost:3000 with your browser to see the result.
You can start editing the page by modifyingpages/index.js. The page auto-updates as you edit the file.
API routes can be accessed onhttp://localhost:3000/api/hello. This endpoint can be edited inpages/api/hello.js.
Thepages/api directory is mapped to/api/*. Files in this directory are treated asAPI routes instead of React pages.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check outthe Next.js GitHub repository - your feedback and contributions are welcome!
To deploy this project run
The easiest way to deploy your Next.js app is to use theVercel Platform from the creators of Next.js.
Check out ourNext.js deployment documentation for more details.
Your Name -@twitter_handle -sashenjayathilaka95@gmail.com
Project Link:https://github.com/SashenJayathilaka/Discord-Clone.git
About
Discord 2.0 with REACT.JS! (Next.js, NextAuth.js v4.17.0, Tailwind CSS, Typescript, Server create, Firebase v9, Image Uploading, Google Authentication, 1-1 Messaging, Real Time Messenger )
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.







