{"id":17831742,"url":"https://github.com/codexpuneet/post-app","last_synced_at":"2026-05-05T09:33:03.755Z","repository":{"id":185171820,"uuid":"616579016","full_name":"CodexPuneet/Post-App","owner":"CodexPuneet","description":"Blog application. CRUD Operation Implemented and Searching Sorting Included","archived":false,"fork":false,"pushed_at":"2023-03-20T18:15:12.000Z","size":371,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T12:22:03.519Z","etag":null,"topics":["bootstrap","reactjs","redux","redux-thunk"],"latest_commit_sha":null,"homepage":"https://post-app-tau.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/CodexPuneet.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}},"created_at":"2023-03-20T16:59:08.000Z","updated_at":"2023-03-20T17:44:19.000Z","dependencies_parsed_at":"2023-07-31T23:54:14.380Z","dependency_job_id":null,"html_url":"https://github.com/CodexPuneet/Post-App","commit_stats":null,"previous_names":["codexpuneet/post-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodexPuneet/Post-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodexPuneet%2FPost-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodexPuneet%2FPost-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodexPuneet%2FPost-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodexPuneet%2FPost-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodexPuneet","download_url":"https://codeload.github.com/CodexPuneet/Post-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodexPuneet%2FPost-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32643699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["bootstrap","reactjs","redux","redux-thunk"],"created_at":"2024-10-27T19:48:03.958Z","updated_at":"2026-05-05T09:33:03.739Z","avatar_url":"https://github.com/CodexPuneet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\" id=\"title\"\u003eBlog App\u003c/h1\u003e\nThis is a Blog Post App created for a company. In this app bassically you can use CRUD Operations, you can also Search the post or sort the post according to posted date.\n\n\n## 🛠 Built with \n\nTechnologies used in the project:\n\n\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026amp;logo=react\u0026amp;logoColor=61DAFB)\n\n![Redux](https://img.shields.io/badge/Redux-593D88?style=for-the-badge\u0026amp;logo=redux\u0026amp;logoColor=white)\n\n![Bootstrap](https://img.shields.io/badge/Bootstrap-319795?style=for-the-badge\u0026amp;logo=Bootstrap\u0026amp;logoColor=white)\n\n![Node-JS](https://img.shields.io/badge/Node.js-339933?style=for-the-badge\u0026amp;logo=nodedotjs\u0026amp;logoColor=white)\n\n![Express-JS](https://img.shields.io/badge/Express.js-000000?style=for-the-badge\u0026amp;logo=express\u0026amp;logoColor=white)\n\n![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge\u0026amp;logo=mongodb\u0026amp;logoColor=white)\n\n\n\n## 💻 Screenshots\n\n**BLOG Page:**\n![Blogg](https://user-images.githubusercontent.com/103636380/226426992-705b0fa6-7776-455c-ac30-73649d2e629a.png)\n\n\n\n\n\n## ✨ Features \n\n- Live previews\n- Fullscreen mode\n- Cross platform\n- Responsiveness\n\n\n## 🚀 Demo\n\n**Front-end deployed URL:**\n\nhttps://post-app-tau.vercel.app/\n\n\n**Back-end deployed URL:**\n\nhttps://elated-ray-hosiery.cyclic.app/\n\n##  📁 Folder structure\n#### `Frontend` - Holds the client application\n- #### `public` - This holds all of our static files\n- #### `src`\n    - #### `components` - This folder holds all of the different components that will make up our pages\n    - #### `redux` - It consists of store, reducer, action and actiontypes and is responsible for global state management of our app.\n    - #### `App.js` - This is what renders all of our different components\n    - #### `index.js` - This is what renders the react app by rendering App.js.\n- #### `package.json` - Defines npm behaviors and packages for the client\n\n# Installation\n\nClone the project\n```bash\ngit clone https://github.com/CodexPuneet/Post-App.git\n```\n\n\nGo to the project directory\n\n```bash\n$ cd Post-App         // go to client folder\n$ yarn # or npm i    // npm install packages\n$ npm run start        // run it locally\n\n// deployment for client app\n$ npm run build // this will compile the react code using webpack and generate a folder called docs in the root level\n```\n## Server-side usage\nServer Side Backend is another repository POST BACKEND\n\n**Environment Variables:-**\n\nTo run this project, you will need to add the following environment variables to your .env file\n\n```\nport                    // the port on which the server will run\nmongoDbUrl              // your mongoDB URI to connect to the mongoDB atlas\n\n      \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodexpuneet%2Fpost-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodexpuneet%2Fpost-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodexpuneet%2Fpost-app/lists"}