https://github.com/jasonlovesdoggo/htv_2024
https://github.com/jasonlovesdoggo/htv_2024
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasonlovesdoggo/htv_2024
- Owner: JasonLovesDoggo
- Created: 2024-10-05T01:51:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-06T14:02:46.000Z (8 months ago)
- Last Synced: 2025-01-26T13:39:37.451Z (5 months ago)
- Language: TypeScript
- Homepage: https://file.jasoncameron.dev
- Size: 550 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Storage Dashboard
A simple and intuitive file storage dashboard built with Next.js, React, and Tailwind CSS.
## Features
- Responsive design for various screen sizes
- File and folder management
- Shared files view
- Global state management with Zustand
- Customizable UI components## Prerequisites
- Node.js (v14 or later)
- npm or yarn## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/yourusername/file-storage-dashboard.git
cd file-storage-dashboard
```2. Install dependencies:
```bash
npm install
# or
yarn install
```3. Run the development server:
```bash
npm run dev
# or
yarn dev
```4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Project Structure
- `app/`: Contains the main pages and layout components
- `components/`: Reusable React components
- `lib/`: Utility functions and global state management
- `public/`: Static assets## Technologies Used
- [Next.js](https://nextjs.org/)
- [React](https://reactjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Zustand](https://github.com/pmndrs/zustand)
- [React Icons](https://react-icons.github.io/react-icons/)## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License.