2021-01-22 19:54:03 +03:00
2021-01-22 19:54:03 +03:00
2021-01-22 19:54:03 +03:00
2021-01-22 19:36:05 +03:00
2021-01-22 19:36:05 +03:00
2021-01-22 19:54:03 +03:00

Custom Homepage

I was typing a lot of websites to adress bar and I thought it would be good to create a minimal custom homepage for my taste.

Image of the app

Running this program locale

Run npm install then run npm run.

Adding a custom card

For this you need to create an array inside data folder. For example card3.js and add desired websites to array. An example; `export const cards = [ Protonmail ,

Youtube , Youtube Studio , Github , Odysee , Udemy , ];`

After adding the new array, head over to app.js and add a `

Fetching different city's weather

Open the weather-fetch.jsx inside components folder. Change api request from istanbul to desired city.

Building and using app locally

Open package.json and add "homepage": "." to first object. Then add <"deploy": "gh-pages -d build"> to the scripts section. After this save and run npm run build. You should be able to locally access using index.html in the builds folder.

S
Description
No description provided
Readme
943 KiB
Languages
JavaScript 62.9%
HTML 21.3%
SCSS 9.7%
CSS 6.1%