Listed below are small things that I created individually as a part of some project or learning.
Using Firebase developed a captcha checker app. One can request for a captcha image change. This app tells you whether the captcha you entered is correct or not. The actual captcha value is stored in firebase database with a particular code for each image. Used Realtime Database by Firebase.
First app using Firebase.
Learnt how grids, flexbox, and float work and also how to create different page layouts using either of them. You can visit the link given below to see the implementation.
TRY IT NOW VIEW SOURCE ON GITHUBImplemented 3 ways of carousel - arrows, buttons, automatic slide.
TRY IT NOW VIEW SOURCE ON GITHUB