Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jasonlovesdoggo/htv_2024


https://github.com/jasonlovesdoggo/htv_2024

Last synced: 21 days ago
JSON representation

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.