Pinned Repositories
alphaStringToNum
A node js server side application which takes a string input as parameter and returns equivalent integer value (e.g. 'A' is 1, 'AB' is 27, 'ALL' is 1000)
card-game
A card memory game built using React Native
cardsContent
A view containing several cards, each having an item's description and title. When hovered on the cards, delete button is shown to remove the item from the view.
coolDictionaryApp
DataStructuresInJavascript
A simple implementation of various data structures in Javascript ES6
image-sharing-app-api
An API for an instagram-like app for sharing images, written in Node JS.
image-sharing-app-ui
A React Native application for an Instagram-like image sharing app.
movie-ticket-booking-api
An API built using NodeJS, for a simple movie ticket booking app.
movie-ticket-booking-ui
A simple movie ticket booking app built using ReactJS
rendering-optimization-techniques
This repository demonstrates the several ways to optimise the UI rendering on screen.
jitesh-pahalwani's Repositories
jitesh-pahalwani/movie-ticket-booking-ui
A simple movie ticket booking app built using ReactJS
jitesh-pahalwani/movie-ticket-booking-api
An API built using NodeJS, for a simple movie ticket booking app.
jitesh-pahalwani/alphaStringToNum
A node js server side application which takes a string input as parameter and returns equivalent integer value (e.g. 'A' is 1, 'AB' is 27, 'ALL' is 1000)
jitesh-pahalwani/card-game
A card memory game built using React Native
jitesh-pahalwani/cardsContent
A view containing several cards, each having an item's description and title. When hovered on the cards, delete button is shown to remove the item from the view.
jitesh-pahalwani/coolDictionaryApp
jitesh-pahalwani/DataStructuresInJavascript
A simple implementation of various data structures in Javascript ES6
jitesh-pahalwani/image-sharing-app-api
An API for an instagram-like app for sharing images, written in Node JS.
jitesh-pahalwani/image-sharing-app-ui
A React Native application for an Instagram-like image sharing app.
jitesh-pahalwani/rendering-optimization-techniques
This repository demonstrates the several ways to optimise the UI rendering on screen.
jitesh-pahalwani/iDreamBooksApp
Developed using Flutter, this app uses the iDreamBooks API to fetch book recommendations for several genres and also provides critic reviews for books.
jitesh-pahalwani/redux-saga-scaffolding
A simple redux and redux-saga scaffodling project.
jitesh-pahalwani/tags_app
A simple app to create short tag inputs.
jitesh-pahalwani/toDoList
A simple To-do list app
jitesh-pahalwani/users-management-api
An API for a simple users management app. Built using NodeJS.
jitesh-pahalwani/users-management-ui
A users management app built using React JS
jitesh-pahalwani/webWorkerExample
A simple web worker example. A new thread is run in parallel which does not interrupt the user interact in the current page.