{"id":25162655,"url":"https://github.com/bekcodingaddict/daily-quotes","last_synced_at":"2026-04-04T21:31:24.853Z","repository":{"id":276276793,"uuid":"928788034","full_name":"BekCodingAddict/Daily-Quotes","owner":"BekCodingAddict","description":"The Daily Quotes Full Stack Node.js App is likely a web application where users can view, save, or share inspirational quotes daily. It is built using a full-stack approach, with Node.js handling the back-end, and a front-end  plain IJS/CSS/JavaScript.","archived":false,"fork":false,"pushed_at":"2025-03-03T14:47:37.000Z","size":1515,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T15:43:38.846Z","etag":null,"topics":["css","ejs","expressjs","javascript","mysql","nodejs"],"latest_commit_sha":null,"homepage":"","language":"EJS","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/BekCodingAddict.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-02-07T08:39:58.000Z","updated_at":"2025-03-03T14:47:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4f71c5c-cb1b-4ff2-8b81-f3dc3cfc34e4","html_url":"https://github.com/BekCodingAddict/Daily-Quotes","commit_stats":null,"previous_names":["bekcodingaddict/daily-quotes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BekCodingAddict%2FDaily-Quotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BekCodingAddict%2FDaily-Quotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BekCodingAddict%2FDaily-Quotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BekCodingAddict%2FDaily-Quotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BekCodingAddict","download_url":"https://codeload.github.com/BekCodingAddict/Daily-Quotes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247015942,"owners_count":20869620,"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","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":["css","ejs","expressjs","javascript","mysql","nodejs"],"created_at":"2025-02-09T03:17:06.740Z","updated_at":"2025-12-30T19:04:52.157Z","avatar_url":"https://github.com/BekCodingAddict.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daily-Quotes\n \"Daily Quote is a full-stack web app that delivers inspiring quotes every day. Users can browse,send,comment and save their favorite quotes, and even submit their own. Built with EJS, Node.js, Express, and MySQL.\",\n\n\n## 🚀 Key Features of a Daily Quotes App\n1. Quote of the Day – Display a new quote daily, fetched from an API or database.\n2. User Authentication – Users can sign up/log in to save their favorite quotes.\n3. Quote Categories – Users can filter quotes by motivation, success, love, etc.\n4. Like \u0026 Save Quotes – Users can like and save quotes to their personal collection.\n5. Random Quote Generator – Generate and display a random quote on demand.\n6. API Integration – Fetch quotes from third-party APIs like Quotable API or FavQs.\n7. Admin Panel – Allow admins to add/edit/delete quotes.\n8. Social Sharing – Users can share quotes on social media platforms.\n\n## 🛠 Tech Stack (Full Stack)\n### Front-end:\n- IJS,CSS,Javascript – For dynamic UI.\n\n### Back-end:\n- Node.js \u0026 Express.js – For handling API requests and user authentication.\n- MongoDB / MySQL – To store quotes and user data.\n- JWT (JSON Web Tokens) – For secure authentication.\n- Bcrypt.js - For Hashing\n\n## 📂 Full-Stack App Folder Structure\n```bash\n📦 daily-quotes-app\n ┣ 📂 client             # (Frontend - Simply EJS)\n ┃ ┣ 📂 public           # Static assets (images, icons, fonts)\n ┃ ┣ 📂 src\n ┃ ┃ ┣ 📂 pages          # Pages \n ┃ ┃ ┣ 📂 services       # API calls (e.g., axios fetch requests)\n ┃ ┃ ┣ 📂 styles         # CSS, Tailwind, Styled Components\n ┃ ┃ ┣ 📂 utils          # Helper functions (e.g., date format, text truncation)\n ┃ ┃ ┣ 📜 index.ejs\n ┃ ┃ ┣ 📜 index.js\n ┣ 📂 errors             # (Errors and Problems History)\n ┣ 📂 server             # (Backend - Node.js + Express)\n ┃ ┣ 📂 config           # Database \u0026 environment configurations\n ┃ ┣ 📂 controllers      # Business logic for API routes\n ┃ ┣ 📂 models           # Database models (MongoDB, PostgreSQL, etc.)\n ┃ ┣ 📂 routes           # API endpoints (e.g., /api/quotes, /api/auth)\n ┃ ┣ 📂 middleware       # Auth middleware, error handling\n ┃ ┣ 📂 utils            # Helper functions (e.g., JWT generation)\n ┃ ┣ 📜 server.js        # Main Express app entry file\n ┣ 📜 .env               # Environment variables\n ┣ 📜 .gitignore         # Ignore unnecessary files\n ┣ 📜 README.md          # Documentation\n ┣ 📜 package.json       # Backend dependencies\n```\n## UI Screenshots\n\n![allUI](https://github.com/user-attachments/assets/795bbbc9-5436-479a-8ac8-60d9c62ca73e)\n\n### 📱 Mobile UI\n![MobileUI (2)](https://github.com/user-attachments/assets/f18a703f-47e9-4e83-86cf-52be695acced)\n![image](https://github.com/user-attachments/assets/a05d9abb-eb9b-461c-b4a8-0340fffb9492)\n![image](https://github.com/user-attachments/assets/a2270035-515d-4d43-9fcb-b4dd9251aeb4)\n\n\n\n\n## 🎯 Possible Future Enhancements \n- Add AI-generated quotes using OpenAI’s API.\n- Build a mobile version with React Native.\n- Include a dark mode UI for better accessibility.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbekcodingaddict%2Fdaily-quotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbekcodingaddict%2Fdaily-quotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbekcodingaddict%2Fdaily-quotes/lists"}