Priya Risbud's repositories
Crypto-tracker
its my first attempt to dig in crypto currency. I am using coingecko API topull basic data. the site is hosted on Netlify. please refer link below.
Instagram-clone
Hello, its my first attempt to design and code Instagram clone. here i have used nextjs, nextjs authentication,tailwindcss, tailwindcss-headless, recoil,firebase.
JokeGenerator
Please feel free to click on link "https://606b92ffb27cdc1546caacfd--distracted-gates-46ef2b.netlify.app/" to see a working Joke generator. I am using API "https://official-joke-api.appspot.com/jokes/programming/random" to pull jokes data for this application
meme-generator
This project generates random Meme images, and we can enter a customized text for every Meme. API and website link is provided in readme
movie-search-app
Please feel free to check my work by clicking on the website link.
PortfolioSite
hello there, this is my very own portfolio developed in reactjs.
type-writter-game
Please click on below link(in website section) to open the working typewritting game, developed using Hooks.
ArrayCardioDay1
plain vanilla JS Array Methods
Blog-NextJs
This is a simple POC for generating n number of dynamic blog post using Next JS. for creating data, I have used Strapi
contact-manager-app
a small poc for just adding contact, deleting contacts and storing them on internal storage.
ControlledComponent
This is a small poc to understand how controlled components works. please click on website link to see a working website
Coronavirus_tracker
Coronavirus_tracker is a simple API fetch
Hooks-useState
This poc contains many small examples of using useState and this.State . please refer site below
Nextjs-preRender-DynamicRendering
This project contains proof of code for topics likePrerendering and data generation using fake json, static generation with getStaticProps, static generation with dynamic parameters, getStatcPath and fallback and many more ..
Nextjs-routing
This project has used all types of possible routing
PriyaKanhere
Config files for my GitHub profile.
Reducer-counter
This small program is just a simple counter but in code I am using reducer by doing states. link is provided in website section below this
togglegable-form
its a very small poc which is using useEffect, use Effect side effects and Ref and ForwardRef. there are two buttons when we click on login or sign up only respective form will show up