Blocship / star_book

A digital diary and mood tracking app that helps you in keeping track of your mood and productivity throughout the month/year.
https://www.starbook.dev
MIT License
134 stars 108 forks source link

Add Background Images #55

Closed hashirshoaeb closed 3 years ago

hashirshoaeb commented 3 years ago

Need to add background images in home screen. Get a random wallpaper from unsplash using unplash APIs.

You can look into: https://unsplash.com/developers

ShrutiJ-01 commented 3 years ago

I would like to work on this issue If assigned under SWOC21

hashirshoaeb commented 3 years ago

Go through Contributing.md

hashirshoaeb commented 3 years ago

Things you need to do for now:

  1. [x] Looking into .env to securely save access key.
  2. [x] A constant/final variable to get unsplash assess key
  3. [x] A widget UnsplashImage that implements the api and return Image.
ShrutiJ-01 commented 3 years ago

Yes, Will open a PR as soon as possible!