Skip to content

riteshprk/foodiehaus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


foodiehaus Logo

Search for takeaway, restaurant, hotel and much more!!

Netlify GitHub Twitter Follow

View Demo · Report Bug · Request Feature

An app to provide a list of restuarant, take away, hotel and muchmore according your needs.

Tech Stack

React HTML5

🚀 Quick start

Start developing locally.

Step 1: Clone the repo

Fork the repository. then clone the repo locally by doing -

git clone https://github.com/riteshprk/foodiehaus.git

Step 2: Install Dependencies

cd into the directory

cd foodiehaus

In the root folder do npm install.

npm install

Step 3: Setup .env

To run the server you will also need to provide the .env variables

  • create a new file .env in the root
  • open .env file
  • copy the contents and paste it to the .env with valid keys

And you are good to go

npm run develop

📂 What's inside?

A quick look at the folder structure of this project.

foodiehaus
├─node_modules
├─public
└─src
│ ├───components
│ ├───medis
│ ├───util
│ ├───index.css
│ ├───index.js
│ ├───serviceWorker.js
│ └───setupTest.js
│
│
├─── LICENSE
├─── package.json
└─── README.md

✌️ Contributing

After cloning & setting up the local project you can push the changes to your github fork and make a pull request.

You can also run the tests locally to see if everything works fine with

Pushing the changes

git add .
git commit -m "feat: added new stuff"
git push YOUR_REPO_URL develop

Made with ❤️ and React

About

A react based app to search for businesses.

Resources

License

Stars

Watchers

Forks

Packages

No packages published