StoreIt is a modern file storage and management application built with Next.js and a variety of powerful React libraries.
- File upload and management
- Responsive design
- User authentication
- Real-time updates
- Advanced UI components
- Next.js (v15.0.3)
- React (v18.3.1)
- TypeScript
- Tailwind CSS
- Radix UI for accessible UI components
- React Hook Form for form handling
- Zod for schema validation
- Recharts for data visualization
- Node Appwrite for backend services
- Node.js (v14 or later)
- npm or yarn
-
Clone the repository: git clone (https://github.com/sahyl/storeit.git)
-
Navigate to the project directory: cd storeit
-
Install dependencies: npm install
or
yarn install
To run the development server: npm run dev or yarn dev
The application will be available at (https://storeit-storage-solutions.vercel.app/).
To create a production build: npm run build or yarn build
To start the production server: npm run start
or yarn start
dev: Runs the development server with Turbopackbuild: Creates a production buildstart: Starts the production serverlint: Runs ESLint for code linting
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.