Discover academic papers from around the world with a modern React application built with TypeScript, Vite, and Tailwind CSS.
- ⚡️ Vite for lightning-fast development
- 🔷 TypeScript for type safety
- 🎨 Tailwind CSS for styling
- 📱 Responsive design
- 🧩 Modular component architecture
src/
├── components/
│ ├── Footer.tsx
│ ├── PaperCard.tsx
│ └── SearchBar.tsx
├── App.tsx
├── main.tsx
└── index.css
- Install dependencies:
npm install
- Start development server:
npm run dev
- Build for production:
npm run build
npm run dev
- Start development servernpm run build
- Build for productionnpm run lint
- Run ESLintnpm run preview
- Preview production build
- React
- TypeScript
- Vite
- Tailwind CSS
- ESLint
MIT
Created by Atharv Hatwar. Do not copy and republish.