{"id":19756729,"url":"https://github.com/ayushsgithub/btst_assignment","last_synced_at":"2026-04-11T18:05:16.769Z","repository":{"id":197574183,"uuid":"698876083","full_name":"ayushsgithub/btst_assignment","owner":"ayushsgithub","description":"A responsive blog page created using Next.js and Tailwind CSS. It displays a list of blog posts fetched dynamically from NewsAPI. The blog page includes features such as a navigation menu, responsive design, and a \"Read more\" button for each blog post.","archived":false,"fork":false,"pushed_at":"2023-10-02T10:51:04.000Z","size":1090,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T09:12:04.768Z","etag":null,"topics":["newsapi","nextjs","tailwindcss","vercel"],"latest_commit_sha":null,"homepage":"https://btst-assignment-task.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayushsgithub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-01T08:44:59.000Z","updated_at":"2023-10-02T21:17:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3ed176e-5404-46bc-ac2a-518c65514051","html_url":"https://github.com/ayushsgithub/btst_assignment","commit_stats":null,"previous_names":["ayushsgithub/btst_assignment"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayushsgithub/btst_assignment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushsgithub%2Fbtst_assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushsgithub%2Fbtst_assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushsgithub%2Fbtst_assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushsgithub%2Fbtst_assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayushsgithub","download_url":"https://codeload.github.com/ayushsgithub/btst_assignment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushsgithub%2Fbtst_assignment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270637772,"owners_count":24620428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["newsapi","nextjs","tailwindcss","vercel"],"created_at":"2024-11-12T03:16:46.311Z","updated_at":"2026-04-11T18:05:16.739Z","avatar_url":"https://github.com/ayushsgithub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BTST Technologies Blogs\n\nThis project is a simple responsive blog page created using Next.js and Tailwind CSS. It displays a list of blog posts fetched dynamically from NewsAPI. The blog page includes features such as a navigation menu, responsive design, and a \"Read more\" button for each blog post.\n\n\n\n[Production Link](https://btst-assignment-task.vercel.app/)\n\n![Weather App Screenshot](https://github.com/ayushsgithub/btst_assignment/blob/main/public/blog-home.png?raw=true)\n\n![Weather App Screenshot](https://github.com/ayushsgithub/btst_assignment/blob/main/public/blog-page.png?raw=true)\n\n## Getting Started\n\n### Layout\n- Implemented a responsive layout for the blog page.\n- Created a navigation menu that links to the Home page and Blog page.\n\n### Blog Posts API Integration\n- Integrated a third-party API to fetch and display blog-like data.\n- Displayed at least 5 blog posts from the API.\n- Each blog post displays the title, author, image, publication date, and content.\n- Ensured that the data from the API is displayed correctly and consistently.\n\n### Responsive Design\n- Ensured that the blog page is responsive and looks good on various screen sizes, from mobile to desktop.\n- Implemented responsive design principles using Tailwind CSS classes, including flex, grid, and responsive breakpoints.\n\n### Prerequisites\n\nTo run this project, you will need:\n\n- Node.js installed on your machine.\n- npm or yarn package manager.\n\n### Installation\n\n1. Clone this repository to your local machine:\n\n   ```git clone https://github.com/ayushsgithub/btst_assignment.git```\n\n2. Go the folder\n\n   ```cd btst_assignment```\n\n3. Install dependencies\n\n   ```npm install```\n\n4. Get your [NewsApi](https://newsapi.org/) key and store in **.env.local**\n\n   ```API_KEY=```\n\n5. To start development server run the below command in terminal\n \n   ```npm run dev```\n\n- This will start a development server on **localhost:3000** in your browser\n\n\n# Contributing\n\n### Contributions are welcome! If you'd like to contribute to this project, please follow these steps:\n\n- Fork the repository.\n\n- Create a new branch for your feature or bug ```fix: git checkout -b feature-name```.\n\n- Make your changes and commit them.\n\n- Push your changes to your fork: ```git push origin feature-name```.\n\n- Create a pull request on the original repository.\n\n\n# To learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushsgithub%2Fbtst_assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayushsgithub%2Fbtst_assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushsgithub%2Fbtst_assignment/lists"}