https://github.com/mohammadbekran/cloudrune
A full-stack application with Next.js 15, TypeScript, Tailwind CSS, Shadcn, Appwrite & Hono.js
https://github.com/mohammadbekran/cloudrune
appwrite honojs nextjs15 reactjs shadcn tailwindcss tanstack-react-query typescript
Last synced: 21 days ago
JSON representation
A full-stack application with Next.js 15, TypeScript, Tailwind CSS, Shadcn, Appwrite & Hono.js
- Host: GitHub
- URL: https://github.com/mohammadbekran/cloudrune
- Owner: MohammadBekran
- Created: 2024-12-25T08:38:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-04-08T13:01:51.000Z (23 days ago)
- Last Synced: 2025-04-08T14:22:03.656Z (23 days ago)
- Topics: appwrite, honojs, nextjs15, reactjs, shadcn, tailwindcss, tanstack-react-query, typescript
- Language: TypeScript
- Homepage: https://cloudrune.vercel.app
- Size: 609 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://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:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
# Cloudrune## Getting Started
Open [http://localhost:3000](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:
- [Next.js Documentation](https://nextjs.org/docs)
- [Learn Next.js](https://nextjs.org/learn)## Contributing
Contributions are welcome! To contribute:
1. Fork the repository.
2. Create a new branch:
`git checkout -b feature-name`
3. Make your changes.
4. Commit your changes:
`git commit -am 'Add new feature'`
5. Push to the branch:
`git push origin feature-name`
6. Create a new Pull Request.## License
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
## Acknowledgements
- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Appwrite](https://appwrite.io/)
- [Hono.js](https://hono.dev/)
- [Shadcn](https://shadcn.dev/)