drapisarda / local-websites

Every country has a couple of local websites to find an apartment, order food, sell/buy something. The local website database will help you to find specific websites for your country.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The local website database

We are living in different countries with different languages, but around the world, every state has at least one local websites for;

  • Find an Apartment
  • Order Food
  • Buy/Sell Car
  • Buy/Sell House
  • Buy/Sell Second-hand Furniture

The local website database will help you to find specific websites for your country.

Demo

What We Have

We currently support 3 different countries;

  • Turkey 100%
  • Germany 35%
  • Brasil 50%

We still need more Germany and Brasil websites! If you need more detail about the list/categories let me know!

Do you want to add your country? Let's check How can I add another country!

Project Set-up

Install all dependencies

npm install

Run project;

npm start

How can I add another country?

  1. Create a new branch
  2. Create a JSON file in data/countries/ directory. (You can find a dummy json in this directory, you can copy it!)
  3. Add an import in countries.js file.
  4. Test it locally
  5. Create a PR then you are pretty set! 🎉

What I did until this time?

  1. First Set-up
  2. Data Structure Updates
  3. Modal Management

About

Every country has a couple of local websites to find an apartment, order food, sell/buy something. The local website database will help you to find specific websites for your country.

License:MIT License


Languages

Language:JavaScript 73.2%Language:SCSS 26.8%