A curated stream of high-fidelity digital canvases. fwall is a modern, responsive wallpaper gallery built with Vite, React, and Shadcn UI.
- Masonry Grid: Beautifully organized wallpaper cards with varying aspect ratios.
- Dynamic Atmosphere: Change the background glow and UI accent color to match your vibe.
- High-Quality Previews: Click on any wallpaper to view it in full fidelity with a detailed modal.
- Responsive Design: Fully optimized for desktop, tablet, and mobile screens.
- Smooth Animations: Powered by Framer Motion and GSAP for a fluid user experience.
- Framework: Vite + React
- Styling: Tailwind CSS
- UI Components: Shadcn UI
- Animations: Framer Motion, GSAP
- Icons: Lucide React
-
Clone the repository:
git clone https://github.com/forzayt/forza_wall.git cd fwall -
Install dependencies:
bun install # or npm install -
Start the development server:
bun dev # or npm run dev -
Open http://localhost:5173 in your browser.
bun dev: Starts the development server.bun build: Builds the project for production.bun lint: Lints the codebase.bun test: Runs unit tests with Vitest.
We welcome contributions! Please see our CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.