A modern and elegant cloud storage solution built with Next.js 14, featuring a beautiful dark/light theme UI and seamless cloud storage integration with LinkToBox. Experience a user-friendly interface and efficient cloud management.
- 🌓 Beautiful Dark/Light Theme
- 💨 Built with Next.js 14 for optimal performance
- 🎨 Modern UI with Tailwind CSS
- 📱 Fully responsive design
- 🔍 Fast file search functionality
- 📊 Storage usage monitoring
- ⚡ Real-time updates
- 🔄 Multiple cloud drive management
- 🔗 LinkToBox API integration
- Framework: Next.js 14
- Styling: Tailwind CSS
- State Management: Zustand
- UI Components: Headless UI
- Icons: Heroicons, React Icons
- Animations: Framer Motion
- Theme: next-themes
- Clone the repository
git clone https://github.com/JemPH/jemph-cloud-storage.git
- Install dependencies
cd jemph-cloud-storage
npm install
- Run the development server
npm run dev
- Open http://localhost:3000 in your browser
To set up LinkToBox integration:
- Navigate to
src/config/storage.json
- Add your LinkToBox credentials:
{
"LinkToBox": {
"email": "your-linktobox-email@example.com",
"password": "your-linktobox-password"
}
}
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by JemPH