DarkWost is a minimalist eyewear e-commerce website designed to showcase and sell stylish eyewear products. Built with modern web technologies, it offers a clean and intuitive user experience.
Check out the live application: dark-wost.vercel.app
- Product Catalog – Display a curated selection of eyewear products.
- Responsive Design – Optimized for desktops, tablets, and mobile devices.
- Fast Performance – Lightweight and smooth browsing experience.
- Frontend: HTML, CSS, JavaScript
- Framework: Vite
- Styling: Tailwind CSS
- Deployment: Vercel
src/ # Source files
public/ # Static assets
dist/ # Build output
scraper/ # Web scraping utilities
components.json # Component configurations
products.json # Product data
Follow these steps to run the project locally:
- Clone the repository:
git clone https://github.com/amit-kr-ghosh/DarkWost.git
cd DarkWost- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to http://localhost:3000
The project is deployed on Vercel. Any updates pushed to the main branch will automatically redeploy the application.
- Code Quality: ESLint is set up to maintain consistency.
- Styling: Tailwind CSS for fast and responsive design.
- TypeScript: Optional configurations included for type safety.
This project is open-source and available under the MIT License.