https://github.com/pg07codes/poodle
an alternative to google new tab page built with :snowflake: React.js
https://github.com/pg07codes/poodle
gh-pages homepage poodle reactjs
Last synced: 5 months ago
JSON representation
an alternative to google new tab page built with :snowflake: React.js
- Host: GitHub
- URL: https://github.com/pg07codes/poodle
- Owner: pg07codes
- Created: 2020-05-06T05:00:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:14:13.000Z (over 3 years ago)
- Last Synced: 2025-04-05T21:43:32.843Z (about 1 year ago)
- Topics: gh-pages, homepage, poodle, reactjs
- Language: JavaScript
- Homepage: https://pg07codes.github.io/poodle/
- Size: 3.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POODLE
It is an alternative for google home page but with multiple features addons.

- 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.

# 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.