Shopping is better together.
Collaborative shopping lists reimagined for modern life.
Mark[we]t is a modern landing page for a collaborative shopping list application. It showcases a clean, responsive design with support for internationalization, dark/light themes, and interactive elements.
- 🎨 Modern UI/UX: Clean interface built with React and custom CSS variables.
- 🌍 Internationalization (i18n): Full support for English and Portuguese (PT-BR).
- 🌓 Dark/Light Mode: Automatic theme detection and manual toggle.
- 📱 Responsive Design: Optimized for all screen sizes.
- ⚡ Fast Performance: Powered by Vite.
- 🔔 Interactive Notifications: Toast notifications using
sonner.
- Framework: React + TypeScript
- Build Tool: Vite
- Styling: CSS Modules / Variables
- Routing: React Router
- Icons: React Icons
- Internationalization: i18next
- Animations: Framer Motion
markwet-page/
├── public/ # Static assets
├── src/
│ ├── components/ # Reusable UI components (Hero, Navbar, Footer, etc.)
│ ├── data/ # Static data files
│ ├── locales/ # Translation files (en.json, pt.json)
│ ├── pages/ # Page components (Home, HelpCenter, etc.)
│ ├── App.tsx # Main application component
│ └── main.tsx # Entry point
└── ...config files # Vite, TypeScript, ESLint configs
Project made by @gustavohnsv