Skip to content

nabeelcodes/web-archive

Repository files navigation

Web Archives

A curated digital library featuring insightful articles on web development topics. Built with Next.js, TypeScript, and TailwindCSS.

Features

  • 📚 Curated collection of web development articles
  • 🔍 Search and filter articles by tags
  • 🎨 Modern, responsive UI with custom design system
  • 🔐 Admin authentication for content management
  • 🌐 SEO optimized

Tech Stack

Getting Started

  1. Clone the repository:
git clone https://github.com/nabeelcodes/web-archive.git
  1. Install dependencies:
pnpm install
  1. Create a .env file with the following variables:
NEXT_PUBLIC_URL=
NEXT_PUBLIC_API_URL=
NEXT_PUBLIC_CFW_URL=
  1. Run the development server:
pnpm run dev

Open http://localhost:3000 to view the app.

Project Structure

  • /src/app - Next.js app router files
  • /src/components - React components
  • /src/designSystem - Theme and design tokens
  • /src/utils - Utility functions and types
  • /public - Static assets

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Languages