A modern web application for discovering and exploring research studies, built with Next.js 15.
- Advanced search functionality with filters
- Study details view with comprehensive metadata
- Modern UI with responsive design
- Real-time search results
- Filter panel with multiple categories
- Next.js 15
- React
- TypeScript
- Material UI
- Tailwind CSS
- Lucide Icons
- Clone the repository:
git clone [repository-url]
- Install dependencies:
npm install
-
Create a
.env
file based on.env.example
-
Run the development server:
npm run dev
Open http://localhost:3000 to view the application.
npm run dev
- Start development servernpm run build
- Build production versionnpm run start
- Start production servernpm run lint
- Run ESLintnpm run type-check
- Run TypeScript compiler check
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.