Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.35 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.35 KB

POODLE

It is an alternative for google home page but with multiple features addons.

poodleBark

  • select the search engine and just search. No need to waste time going from A to B just to make a search on B.
  • get updated hackernews top posts on the homepage with a single click of a button.
  • quickly type your todos or short notes to never forget a thing. Drag them to reorder easily.
  • bookmarks (like google new tab) are also supported , and yeah, not limited to 10 only.
  • everything is saved locally on web storage so nothing bottlenecks this website.

Google lighthouse report for the website shows it is not going to slow you down though i am working on making it 100 on all aspects.

lighthouse

Setting Up Locally for Devs

  • git clone Clone the repo to your pc

  • yarn install To install all the dependencies

  • yarn start Runs the app in the development mode.

  • yarn build Builds the app for production to the build folder.

  • yarn deploy Deploys the website using gh-pages. Do change homepage value in package.json before using it.

Submit an issue / PR if you have an issue or a new feature that will make it more awesome.