A modern, efficient research tool that allows you to perform simultaneous searches across multiple search engines and academic databases. Built with React, TypeScript, and TailwindCSS.
- Multi-Engine Search: Search across multiple search engines simultaneously
- Academic Integration: Built-in support for academic search engines like Google Scholar
- Custom Search Sources: Add and manage your own search sources
- Clean Interface: Modern, responsive UI built with TailwindCSS
- Type Safety: Built with TypeScript for enhanced code reliability
- React 18
- TypeScript
- TailwindCSS
- Vite
- ESLint
- Clone the repository:
git clone https://github.com/yourusername/literesearch-research.git
cd literesearch-research
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
The application will be available at http://localhost:5173
To create a production build:
npm run build
# or
yarn build
npm run dev
- Start development servernpm run build
- Create production buildnpm run lint
- Run ESLintnpm run preview
- Preview production build locally
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- React Team for the amazing framework
- Vite Team for the blazing fast build tool
- TailwindCSS Team for the utility-first CSS framework