Skip to content

volcodes/local-websites

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

If you want to better understanding structural logic, those PRs would be helpful;

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

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 from develop 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! 🎉

Licence

MIT

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 55.1%
  • SCSS 42.6%
  • HTML 2.3%