CP_INTRO.mp4
Discover a new era of collaboration with Cloud Pulse—an innovative app transforming file management. With a sleek interface and intuitive features, it effortlessly enhances creativity. Welcome to simplicity redefined. Welcome to Cloud Pulse.
Client: Nextjs(Typescript), Tailwind, Shadcn, Zustand
Server: Firebase
Authentication: Clerk
- Light/dark mode toggle
- Authentication
- File Upload(all types), edit & download
- Cross platform
Clone the repository
git clone https://github.com/vickyshaw29/cloud-pulse.gitGo the project directory and install the dependencies
cd cloud-pulse
npm installRun the project locally(ensure Firebase setup)
npm run dev