Skip to content

atharv01h/Research-Paper-Explorer

Repository files navigation

Research Paper Explorer By Atharv Hatwar

Discover academic papers from around the world with a modern React application built with TypeScript, Vite, and Tailwind CSS.

Features

  • ⚡️ Vite for lightning-fast development
  • 🔷 TypeScript for type safety
  • 🎨 Tailwind CSS for styling
  • 📱 Responsive design
  • 🧩 Modular component architecture

Project Structure

src/
  ├── components/
  │   ├── Footer.tsx
  │   ├── PaperCard.tsx
  │   └── SearchBar.tsx
  ├── App.tsx
  ├── main.tsx
  └── index.css

Getting Started

  1. Install dependencies:
npm install
  1. Start development server:
npm run dev
  1. Build for production:
npm run build

Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run lint - Run ESLint
  • npm run preview - Preview production build

Tech Stack

  • React
  • TypeScript
  • Vite
  • Tailwind CSS
  • ESLint

License

MIT


Created by Atharv Hatwar. Do not copy and republish.

Releases

No releases published

Packages

No packages published