An open API service indexing awesome lists of open source software.

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

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/)