✧
Quick Start ✧
Report Bug ✧
Author✧
Tikkaway is a full stack restaurant web application that allows you to order food online. It has wide variety of categories on the menu like Chicken, Curry, Rice, Fish, Fruits, Icecreams, Soft Drinks etc.
- Login
- Home
- Menu
- Cart
- Fresh Items
- Hot Dishes
- Categories
- Login
- Scrollable healthy and fresh items
- Dishes Category cards
- Cart Add/Remove Items
$ git clone https://github.com/sumit-sharma-02/tikkaway.git
$ cd tikkaway
$ npm install
$ npm start
- Create a free Firebase account at https://firebase.google.com
- Create a project from your Firebase account console
- Configure the authentication providers for your Firebase project from your Firebase account console
// .firebase
{
"projects": {
"default": "your-project-id"
}
}
// src/firebase/config.js
export const firebaseConfig = {
apiKey: 'your api key',
authDomain: 'your-project-id.firebaseapp.com',
databaseURL: 'https://your-project-id.firebaseio.com',
storageBucket: 'your-project-id.appspot.com'
};
$ npm install -g firebase-tools
$ npm run build
$ firebase login
$ firebase use default
$ firebase deploy
Script | Description |
---|---|
npm start |
Start webpack development server @ localhost:3000 |
npm run build |
Build the application to ./build directory |
npm test |
Test the application; watch for changes and retest |
If you want to contact me, you can reach me through below handles.
Give it a ⭐️ if you like it.