An open API service indexing awesome lists of open source software.

https://github.com/inna-b10/project-links

Project: Links (Next.js+Tailwind)
https://github.com/inna-b10/project-links

Last synced: 10 months ago
JSON representation

Project: Links (Next.js+Tailwind)

Awesome Lists containing this project

README

          

## Project name: Links

This project fetches and displays data from YouTube channels (latest video title, ID, and thumbnail) by scraping HTML content (without using the YouTube API).
It also retrieves and shows dynamic data (links and "About" description) from an API. The data is fetched at build time, and revalidation ensures it stays up-to-date.
The app provides a clean, responsive interface using Next.js and Tailwind CSS, deployed on Netlify for easy access.

---

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.

[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.

The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.