The marketing website for Bordful - a modern, customizable job board template built with Next.js.
- Next.js - React framework
- TypeScript - Type safety
- Tailwind CSS - Styling
- Shadcn/ui - UI components
- Radix UI - Headless UI components
- Lucide Icons - Icons
- Modern, responsive design
- Dark mode support
- Accessible components
- SEO optimized
- Mobile-first approach
- Performance optimized
- Clone the repository:
git clone https://github.com/tomaslau/bordful-marketing.git
cd bordful-marketing
- Install dependencies:
npm install
- Start the development server:
npm dev
- Open http://localhost:3000 with your browser to see the result.
├── app/ # Next.js app directory
├── components/ # React components
│ ├── ui/ # Reusable UI components
│ └── ... # Feature components
├── lib/ # Utilities and constants
├── public/ # Static assets
└── styles/ # Global styles
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - feel free to use this code for your own projects.