Vistora is a Progressive Web Application (PWA) built with modern web technologies.
- PWA support with offline functionality
- Responsive design
- Real-time updates
- Cross-browser compatibility
# Clone It
git clone https://github.com/your-username/vistora.git
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
```
## Technology Stack
- Vite
- TailwindCSS
- JavaScript
- Service Workers
## Project Structure
vistora/
├── src/
│ ├── js/
│ ├── css/
│ └── components/
├── public/
│ ├── icons/
│ └── images/
└── pages/