PWAGram is a Progressive Web App (PWA) where users can post selfies or upload images from their device and share them. Users can easily install this web app and use it just like a native application. The main focus of PWAGram is the PWA functionality itself, not design patterns, UI, or UX.
- Post Images: Take a selfie or upload an image from your device and post it.
- Offline Support: The app works even without an internet connection using caching strategies.
- Installable PWA: Users can install PWAGram on their device for a native-like experience.
- Background Synchronization: Ensure posts are uploaded even when the app is offline temporarily.
- Push Notifications: Users receive updates and notifications in real-time.
-
Clone the repository:
git clone https://github.com/yourusername/pwa-gram.git cd pwa-gram
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Build for production:
npm run build
Check out the live version here: PWAGram on Vercel
Contributions are welcome. Feel free to submit a pull request or open an issue to discuss new features or bug fixes.