- React
- Next Js
- For Random images I have used Unsplash
- I have not used any database everything is stored in local storage of the browser but can be easily shifted to a database if needed.
- The code is broken into Components, all the components are in the src folder.
- Have used
useContext
to maintain the theme of the app.