Open http://localhost:3000 with your browser to see the result.
src/app/page.tsx
: Main landing pagesrc/app/workspace-builder/page.tsx
: Workspace Builder componentsrc/app/layout.tsx
: Root layout componentsrc/app/globals.css
: Global styles
- Next.js
- React
- TypeScript
- Tailwind CSS
- MultiOn API
- Users enter a topic in the search input.
- The application uses the MultiOn API to perform a Google search.
- It extracts the top 5 relevant links from the search results.
- The links are displayed to the user and opened in new tabs.
To learn more about the technologies used in this project:
This project can be easily deployed on Vercel. For other deployment options, refer to the Next.js deployment documentation.