Cloudrune
Cloudrune is a full-stack web application designed for efficient file and folder management. It offers a user-friendly interface with features like secure authentication, responsive design, and dark mode support.
Live Demo
Experience Cloudrune in action: cloudrune.vercel.app
Features
- User Authentication: Secure sign-up and login processes with email verification.
- File Management: Effortless upload, download, and deletion of files.
- Share Files: Users can share their files with other users.
- Responsive Design: Optimized for both desktop and mobile devices.
Tech Stack
- Frontend: Developed with Next.js 15 and TypeScript for a dynamic and scalable user interface.
- Styling: Utilizes Tailwind CSS and Shadcn for a modern and responsive design.
- Backend: Appwrite serves as the backend platform, handling authentication and database management.
- Routing: Hono.js manages API routing for efficient request handling.
Getting Started
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Cloudrune
Getting Started
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
Learn More
To learn more about Next.js, take a look at the following resources:
Contributing
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes.
- Commit your changes:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature-name
- Create a new Pull Request.
License
Distributed under the MIT License. See LICENSE for more information.
Acknowledgements