An open API service indexing awesome lists of open source software.

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: 6 months ago
JSON representation

an alternative to google new tab page built with :snowflake: React.js

Awesome Lists containing this project

README

          

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

![poodleBark](https://user-images.githubusercontent.com/34238240/82237188-e5cce580-9952-11ea-80ab-e0a54a46d8df.gif)

- 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](https://user-images.githubusercontent.com/34238240/82234901-a9e45100-994f-11ea-9e0d-5c0f3a6091ab.png)

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