This project is a responsive web application that replicates a Figma design, offering seamless experiences across desktop, tablet, and mobile views.
Frontend
Frontend: https://lync-ar1g.onrender.com
├─ .eslintrc.cjs
├─ .gitignore
├─ README.md
├─ index.html
├─ package-lock.json
├─ package.json
├─ public
│ ├─ background.svg
│ ├─ bgPattern.png
│ ├─ card.svg
│ ├─ community-pattern.svg
│ ├─ compny-group.svg
│ ├─ eth-animation@2x.png
│ ├─ floor-pattern.svg
│ ├─ grid.svg
│ ├─ group-269.svg
│ ├─ image-391@2x.png
│ ├─ logo.png
│ ├─ telegramsvgrepocom-1.svg
│ ├─ vector-9.svg
│ ├─ vector.svg
│ ├─ vector1.svg
│ ├─ vertical.svg
│ ├─ vertical1.svg
│ └─ vite.svg
├─ src
│ ├─ App.css
│ ├─ App.jsx
│ ├─ index.css
│ ├─ main.jsx
│ └─ pages
│ ├─ LYNCDesktop.css
│ ├─ LYNCDesktop.jsx
│ ├─ LYNCMobile.css
│ ├─ LYNCMobile.jsx
│ ├─ LYNCTablet.css
│ └─ LYNCTablet.jsx
└─ vite.config.js
- Responsive web application replicating a Figma design for desktop, tablet, and mobile views.
- User-friendly interface with intuitive navigation and interaction.
- Consistent design across devices for seamless user experience.
Detailed instructions on how to install, configure, and get the project running.
git clone https://github.com/ShubhKeshari/Lync.git
npm install
npm run dev
List and provide a brief overview of the technologies used in the project.
- React.js









