NSBM-SPM-2021 / github-basics-prushothman

github-basics-prushothman created by GitHub Classroom

Home Page:https://burgerapp-fec0e.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👋Burgers On You

Burgers on you is a food ordering application mostly based on burgers made with react , redux and firebase ..

The app is deployed at https://burgerapp-fec0e.web.app/

JIRA🔏

JIRA is a project management tool used for issues and bugs tracking system. It is widely used as an issue-tracking tool for all types of testing.

https://acunetix-test.atlassian.net/jira/software/projects/BOY/boards/1 https://acunetix-test.atlassian.net/jira/software/projects/BOY/boards/1/backlog https://acunetix-test.atlassian.net/jira/software/projects/BOY/settings/issuetypes/10001/workflow https://acunetix-test.atlassian.net/jira/software/projects/BOY/boards/1/backlog?selectedIssue=BOY-4

JIRA screenshot

(https://github.com/NSBM-SPM-2021/github-basics-prushothman/tree/master/JIRA%20screenshots?raw=true)

Running the project locally🛠️

Download this repository and then on the root folder run

npm install

This will install all dependencies ... then run ....

npm start

This will start the development server at port 3000

npm test

This will using test functionalities

If you want to use your own database then go to axios-orders.js on src folder in root folder and change baseUrl there ... Or more precisely , this file :

https://github.com/NSBM-SPM-2021/github-basics-prushothman/blob/master/src/axios-orders.js...

This project uses firebase realtime database...

Features

  • You basically build a burger and order it..
  • You can check you orders.
  • You can order premade burgers.
  • authentication with firebase auth

Screenshots

GIF showing core parts of the app

Home page

home page of the app

orders page

orders page of the app

checkout page

checkout page of the app

login/signup page

login/signup page of the app

readymade burgers page

readymade burgers page of the app readymade burgers page of the app

order add page

readymade burgers page of the app

firebase hosting

firebasehost

###deploy action deploy

###JIRA screenshot issues issues issues issues issues issues

###workflow workflow

#Unit Testing

I have used Jest with Serverlets Framework to testing functionalities in my application. issues

unit testing

About

github-basics-prushothman created by GitHub Classroom

https://burgerapp-fec0e.web.app/


Languages

Language:JavaScript 88.5%Language:CSS 7.2%Language:SCSS 2.8%Language:HTML 1.5%