{"id":24493442,"url":"https://github.com/atharvathorve/burger-app","last_synced_at":"2025-07-18T17:35:03.934Z","repository":{"id":41837317,"uuid":"241277869","full_name":"AtharvaThorve/Burger-App","owner":"AtharvaThorve","description":"A React application which allows user to make their own burger and place order.","archived":false,"fork":false,"pushed_at":"2025-06-24T06:59:22.000Z","size":2254,"stargazers_count":2,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T06:48:57.058Z","etag":null,"topics":["asynchronous-tasks","firebase","firebase-database","react","redux","redux-thunk"],"latest_commit_sha":null,"homepage":"https://myburgerapp-2567a.firebaseapp.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/AtharvaThorve.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,"zenodo":null}},"created_at":"2020-02-18T05:10:14.000Z","updated_at":"2025-04-24T18:58:58.000Z","dependencies_parsed_at":"2025-07-06T10:06:21.281Z","dependency_job_id":"a2743212-add2-4af5-8196-4cbc45feba24","html_url":"https://github.com/AtharvaThorve/Burger-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AtharvaThorve/Burger-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtharvaThorve%2FBurger-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtharvaThorve%2FBurger-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtharvaThorve%2FBurger-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtharvaThorve%2FBurger-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtharvaThorve","download_url":"https://codeload.github.com/AtharvaThorve/Burger-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtharvaThorve%2FBurger-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265802016,"owners_count":23830506,"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":["asynchronous-tasks","firebase","firebase-database","react","redux","redux-thunk"],"created_at":"2025-01-21T19:40:33.025Z","updated_at":"2025-07-18T17:35:03.882Z","avatar_url":"https://github.com/AtharvaThorve.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Burger-App\nA React application development\n\n### Index\n- Concept\n- Usage\n- ScreenShots\n- Technologies Used\n- Tasks\n- Authors\n\n## Concept\nA frontend React application from which an user can build a burger and place an order by filling their information in a form which is then stored in a firebase database.\u003cbr\u003e\nClick [here](https://myburgerapp-2567a.firebaseapp.com/) to visit the app.\n\n## Usage\n1. Clone this repository using the command `git clone https://github.com/AtharvaThorve/Burger-App.git`\n2. Change the directory folder to Burger-App then burger_app using the command `cd Burger-App/burger_app`\n3. Run command `npm install` to install all the dependencies.\n4. Run command `npm start` to start the app in development mode.\n\n## ScreenShots\nStart screen. The burger is empty at the beginning and ingredients can be added from menu below.\u003cbr\u003e\u003cbr\u003e\n\u003cimg src=\"burger_app/images/Screenshot%20(4).png\" width=\"750px\" height=\"421.875\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\nUser data form which is needed to be filled before placing the order.\u003cbr\u003e\u003cbr\u003e\n\u003cimg src=\"burger_app/images/Screenshot%20(7).png\" width=\"750px\" height=\"421.875\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\nPrevious orders that were placed which are fetched from the database.\u003cbr\u003e\u003cbr\u003e\n\u003cimg src=\"burger_app/images/Screenshot%20(8).png\" width=\"750px\" height=\"421.875\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n#### More screenshots in images folder\n\n## Technologies used\n1. **React** - To make the frontend web app\n2. **React Router** - To add routing features to this single page application\n3. **Redux** - Provide central store to state management\n4. **Redux Thunk** - Add support for execution of asynchronous tasks in *Redux*\n5. **Form Validation** - Self implemented form validation to the project to get and store user data.\n6. **Firebase** - Firebase Realtime Database used to store and get data.\n7. **css-modules** - To add styling to the project.\n8. **Prettier** is used for formatting.\n9. **Jest and Enzyme** is used for testing.\n\n## Tasks\n- [x] Create React app for frontend.\n- [x] Add routing to create multipage application feel to the single page application\n- [x] Add form validation\n- [x] Add Redux support\n- [x] Add Redux thunk to support execution of asynchronous tasks in *Redux*\n- [x] User Authentication\n- [x] Fixing few bugs\n- [x] Testing\n- [x] [Deployment](https://myburgerapp-2567a.firebaseapp.com/)\n\n## Authors\n[Atharva Thorve](https://github.com/AtharvaThorve)\n\u003chr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatharvathorve%2Fburger-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatharvathorve%2Fburger-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatharvathorve%2Fburger-app/lists"}