{"id":28226591,"url":"https://github.com/sumitkrjha/writerly","last_synced_at":"2026-02-18T18:01:07.775Z","repository":{"id":282554544,"uuid":"948924342","full_name":"sumitkrjha/Writerly","owner":"sumitkrjha","description":"A modern and responsive landing page built as an assignment for WatchDen. This project showcases a clean and user-friendly design, leveraging the power of Next.js, Tailwind CSS, and shadcn/ui components for testimonials and an accordion FAQ section.","archived":false,"fork":false,"pushed_at":"2025-03-15T11:34:46.000Z","size":1191,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T01:36:46.610Z","etag":null,"topics":["netlify-deployment","nextjs15","shadcn-ui","taliwindcss"],"latest_commit_sha":null,"homepage":"https://writerly.netlify.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/sumitkrjha.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":"2025-03-15T09:16:12.000Z","updated_at":"2025-03-15T11:35:31.000Z","dependencies_parsed_at":"2025-03-15T12:34:21.055Z","dependency_job_id":null,"html_url":"https://github.com/sumitkrjha/Writerly","commit_stats":null,"previous_names":["sumitkrjha/writerly"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sumitkrjha/Writerly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumitkrjha%2FWriterly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumitkrjha%2FWriterly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumitkrjha%2FWriterly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumitkrjha%2FWriterly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sumitkrjha","download_url":"https://codeload.github.com/sumitkrjha/Writerly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumitkrjha%2FWriterly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29588776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T16:55:40.614Z","status":"ssl_error","status_checked_at":"2026-02-18T16:55:37.558Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["netlify-deployment","nextjs15","shadcn-ui","taliwindcss"],"created_at":"2025-05-18T12:09:07.156Z","updated_at":"2026-02-18T18:01:07.741Z","avatar_url":"https://github.com/sumitkrjha.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Writely - Landing Page\n\nWelcome to **Writely**, a modern and responsive landing page built as an assignment for **WatchDen**. This project showcases a clean and user-friendly design, leveraging the power of **Next.js**, **Tailwind CSS**, and **shadcn/ui** components for testimonials and an accordion FAQ section.\n\n![writerly](https://github.com/user-attachments/assets/d3643100-c5c6-48f4-b891-c258cd1e3170)\n\n---\n\n## **Live Demo**\n\nThe project is hosted on Netlify and can be accessed here:  \n👉 [writely.netlify.app](https://writely.netlify.app)\n\n---\n\n## **Features**\n\n- **Responsive Design**: Fully optimized for mobile, tablet, and desktop screens.\n- **Testimonials Section**: Built using **shadcn/ui** components to display user feedback in a carousel format.\n- **FAQ Section**: An interactive accordion component for frequently asked questions, also built with **shadcn/ui**.\n- **Modern UI**: Clean and professional design using **Tailwind CSS** for styling.\n- **Fast Performance**: Built with **Next.js** for optimized performance and SEO.\n\n---\n\n## **Technologies Used**\n\n- **Next.js**: A React framework for building fast and scalable web applications.\n- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.\n- **shadcn/ui**: A collection of reusable and customizable UI components.\n- **Netlify**: For hosting and deployment.\n\n---\n\n## **Getting Started**\n\nFollow these steps to run the project locally:\n\n### **Prerequisites**\n\n- Node.js (v18 or higher)\n- npm or yarn\n\n### **Installation**\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/sumitkrjha/writely.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd writely\n   ```\n\n3. Install dependencies:\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n4. Start the development server:\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n5. Open your browser and visit:\n   ```\n   http://localhost:3000\n   ```\n\n---\n\n## **Folder Structure**\n\n```\nwritely/\n├── public/              # Static assets (images, fonts, etc.)\n├── src/\n│   ├── components/      # Reusable UI components\n│   ├── pages/           # Next.js pages\n│   ├── styles/          # Custom styles (if any)\n│   └── utils/           # Utility functions\n├── tailwind.config.js   # Tailwind CSS configuration\n├── next.config.js       # Next.js configuration\n└── README.md            # Project documentation\n```\n\n---\n\n\n## **Acknowledgments**\n\n- **WatchDen** for providing the assignment.\n- **Next.js**, **Tailwind CSS**, and **shadcn/ui** for making development faster and easier.\n- **Netlify** for seamless hosting and deployment.\n\n---\n\n## **Contact**\n\nIf you have any questions or feedback, feel free to reach out:  \n📧 [jhasumit4742@gmail.com](mailto:jhasumit4742@gmail.com)  \n🌐 [Your Portfolio](https://sumitkrjha.onrender.com)\n\n---\n\nThank you for checking out **Writely**! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumitkrjha%2Fwriterly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumitkrjha%2Fwriterly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumitkrjha%2Fwriterly/lists"}