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.