{"id":22371747,"url":"https://github.com/akunna1/blog-web-app","last_synced_at":"2026-04-05T23:35:41.754Z","repository":{"id":250904240,"uuid":"835811309","full_name":"akunna1/Blog-Web-App","owner":"akunna1","description":"Akunna Writes: Full Stack Blog Web App for my french, english, igbo, and pidgin stories","archived":false,"fork":false,"pushed_at":"2025-01-03T04:01:25.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T22:07:22.079Z","etag":null,"topics":["backend-api","blog","crud-application","firebase","firebase-auth","firestore-database","full-stack","reactjs","user-authentication","vitejs","webdev"],"latest_commit_sha":null,"homepage":"https://akunnawrites.com","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/akunna1.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":"2024-07-30T15:18:35.000Z","updated_at":"2025-01-13T17:40:04.000Z","dependencies_parsed_at":"2024-12-04T20:41:13.914Z","dependency_job_id":null,"html_url":"https://github.com/akunna1/Blog-Web-App","commit_stats":null,"previous_names":["akunna1/blog-web-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akunna1%2FBlog-Web-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akunna1%2FBlog-Web-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akunna1%2FBlog-Web-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akunna1%2FBlog-Web-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akunna1","download_url":"https://codeload.github.com/akunna1/Blog-Web-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245699262,"owners_count":20657987,"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":["backend-api","blog","crud-application","firebase","firebase-auth","firestore-database","full-stack","reactjs","user-authentication","vitejs","webdev"],"created_at":"2024-12-04T20:29:17.612Z","updated_at":"2025-12-30T23:23:38.681Z","avatar_url":"https://github.com/akunna1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✍️ Akunna Writes: Tales in Four Tongues (Partial Code)\n\n**Note:** This repository includes only selected `.jsx` components and the root files. The complete codebase is not provided here.\n\n---\n\n## 📖 About Akunna Writes\n\nAkunna Writes is a multilingual blogging platform designed to celebrate storytelling and cultural expression through four languages: English, French, Igbo, and Pidgin. It serves as a creative outlet where users can share short stories, poems, and translations that highlight the beauty and diversity of language.\n\nThe app aims to foster a welcoming community for readers and writers alike—encouraging cultural exchange, promoting language literacy, and providing inspiration during challenging times. It’s both a personal journal and a space for others to connect through shared narratives.\n\n---\n\n## ⚙️ Setup \u0026 Firebase Integration\n\n### Installing Firebase\n\n```bash\nnpm add firebase\n```\n\n### Firebase Configuration Steps\n\n* Create a Firebase project and navigate to project settings\n* Add a new web app and copy the Firebase SDK config snippet\n* In your project, create a `firebase` folder with a `config.jsx` file\n* Paste the Firebase SDK config inside `config.jsx`\n* Enable Firebase Authentication with Gmail sign-in\n* Set up Firestore Database in Firebase Console\n* Configure Firestore security rules (for development):\n\n```plaintext\nrules_version = '2';\n\nservice cloud.firestore {\n  match /databases/{database}/documents {\n    match /{document=**} {\n      allow read, write: if true;\n    }\n  }\n}\n```\n\n---\n\n## 🔧 Key Firebase Functions Used\n\n* **addDoc:** Adds a new document to a Firestore collection\n* **getFirestore:** Initializes and returns a Firestore instance\n* **collection:** References specific Firestore collections\n* **getDocs:** Retrieves all documents from a Firestore collection\n* **deleteDoc:** Deletes specific documents from Firestore\n* **Timestamp:** Stores date and time information for documents\n* **query:** Builds queries to filter or sort Firestore data\n* **orderBy:** Orders query results by specified fields\n* **onSnapshot:** Real-time listener for Firestore data changes\n\n---\n\n## 📂 Code Provided\n\n* Selected `.jsx` components showcasing main app features\n* Root `layout.jsx` and `page.jsx` files structuring the application\n\n---\n\n## 🔗 Live Version\n\nCheck out the live site here: [Akunna Writes](https://akunnawrites.com/)\n\n---\n\nIf you would like a full code version or need assistance setting up, feel free to get in touch! Might upgrade the app in the future to use next.js instead...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakunna1%2Fblog-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakunna1%2Fblog-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakunna1%2Fblog-web-app/lists"}