Skip to content

haris-musa/claimcracker-web

Repository files navigation

ClaimCracker Frontend

Modern web interface for the ClaimCracker fake news detection system. Built with Next.js 15.

Features

  • Modern UI/UX

    • Server-side rendering with Next.js 15
    • Responsive design for all devices
    • Dark/light mode support
  • Performance

    • Optimized font loading
    • SEO-friendly metadata
    • Structured data for search engines
  • Developer Experience

    • TypeScript for type safety
    • Modern tooling setup
    • Organized project structure
    • Hot module reloading

Getting Started

First, install the dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Deployment

The application is deployed on Vercel. Each push to the main branch triggers an automatic deployment.

For manual deployment:

vercel

For production deployment:

vercel --prod