Snap Sort is a responsive photo organization frontend tool that enables users to upload, tag, and filter snapshots in real-time. Built with Vue’s Composition API and TypeScript, Snap Sort offers type safety, flexibility, and a seamless experience across devices.
- Real-time Photo Management: Upload, tag, and organize snapshots instantly.
- Responsive Design: Tailwind CSS ensures a consistent, optimized experience on any screen size.
- Advanced Filtering: Quickly find photos based on custom tags and attributes.
- Type Safety with TypeScript: Leveraging TypeScript for enhanced reliability and maintainability.
- Vue 3: Built with Vue’s Composition API for a modular and reactive design.
- TypeScript: Ensures strong typing and reduces runtime errors.
- Tailwind CSS: Provides a modern and minimal design, adaptable to various devices.
-
Clone the Repository:
git clone https://github.com/A-Mardi/snap-sort.git cd snap-sort
-
Install Dependencies
npm install
-
Run the Application
npm run dev
-
Build the Application
npm run build
-
Customize the application
change/add functionality or styling as you wish
MIT