Teleclone adalah sebuah aplikasi berbasis website yang digunakan untuk berkomunikasi dengan pengguna lain dan juga berinteraksi dengan beberapa fitur emoji dan sticker. Teleclone dikembangkan dengan stack PERN (PostgreSQL Express js React js Node js) dan Realtime tools Socket.io.
https://teleclone-frontend.vercel.app/
Here're some of the project's best features:
- Authentication (Login & Register)
- Single Sign-On (SSO with Google)
- Realtime Chat (Socket.io)
- Responsive (Tailwind Responsive Breakpoints)
- Private Chat
- Edit Profile
- Contact
- and many more
1. Clone Repository
git clone https://github.com/chlasswg26/teleclone-frontend.git
2. CD to Folder
cd teleclone-frontend
3. Install All Package (Yarn)
yarn install
4. or Install All Package with (NPM)
npm install
5. Setup Environment Variables with yours (Rename .env.example to .env)
mv .env.example .env
6. Development
yarn start
7. Building (SPA)
yarn build
Technologies used in the project:
- PostgreSQL
- ExpressJS
- ReactJS
- NodeJS
- Argon2
- SocketIO
This project is licensed under the MIT
Give a ✨ to this project :))
Also you can visit Backend of this project here.