A modern web interface for exploring Wikipedia articles, built with Next.js 14 and React.
- Modern, responsive design with Tailwind CSS
- Dark/light mode support
- Search functionality
- Article results with table of contents
- Built with TypeScript for type safety
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS
- Radix UI Components
- Framer Motion
- Install dependencies:
npm install- Start the development server:
npm run dev- Open http://localhost:3000 in your browser
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLintnpm run format- Format code with Prettier