Rahul Saini's starred repositories
javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
javascript
JavaScript Style Guide
JavaScript
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
react-testing-library
🐐 Simple and complete React DOM testing utilities that encourage good testing practices.
react-loadable
:hourglass_flowing_sand: A higher order component for loading components with promises.
complete-javascript-course
Starter files, final projects, and FAQ for my Complete JavaScript course
reactotron
A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
react-draggable
React draggable component
react-apollo
:recycle: React integration for Apollo Client
react-native-starter-kit
:rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:
react-tutorial
Code from the React tutorial.
react-native-fetch-blob
A project committed to making file access and data transfer easier, efficient for React Native developers.
react-native-drawer
React Native Drawer
react-native-datepicker
react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
React-Native-Advanced-Guide
React Native Advanced Guide Book (iOS & Android) - Be an Expert in 2024 🔥
react-native-router
Awesome navigation for your React Native app.
zod-to-openapi
A library that generates OpenAPI (Swagger) docs from Zod schemas
javascript
Exercism exercises in JavaScript.
react-navigation.github.io
Home of the documentation and other miscellanea
portfolio_site
My Portfolio website based on react, typescript and tailwind.
react-native-painting-app
High-performance drawing app (UI = 60, JS ~ 60) | Built using React Native and the powerful React Native Skia library which brings the renowned Skia Graphics Library to React Native. Skia, known for being the graphics engine behind Google Chrome, Android, and many other major software products...
collaborative-board
Collaborative board where users can draw on a shared board. The drawings are synchronized in real-time, allowing multiple users to collaborate and interact with the board simultaneously.
node-apis-ts-tdd
RESTful APIs using Node.js which can serve as the backend for a simple note-taking application. They allow users to create an account, authenticate, and perform CRUD (Create, Read, Update, Delete) operations on their notes. Each note have a title, a body and a list of tags.