Dhiraj Kumar's repositories
covid-19-india-expressJS-application
Sample APIs are created using NodeJS, ExpressJS , SQLite where the user can perform various operations on the database like GET(read) , POST(create) , PUT(update) and delete. These APIS can retrieve various queries using path parameters and query parameters.
covid19-authentication-expressJS-application
Sample APIs are created using NodeJS, ExpressJS , SQLite where only authenticated users can perform any operation on the database. JWT Tokens are used to verify users and only if user has valid JWT token he can perform operations on the database. Middleware functions are used to authenticate.
cricket-team-expressJS-application
A sample API is created using NodeJS , ExpressJS and sqlite. The API allows user to retrieve data from cricket team database and also allows to perform various create(POST) , PUT(update) and delete operations.
dhirajkumar0
My personal repository.
Feedback-App
Feedback App React JS
gatsby
The fastest frontend for the headless web. Build modern websites with React.
lottie-web
Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
movies-director-expressJS-application
Sample APIs are created using NodeJS, ExpressJS , SQLite where the user can perform various operations on the database like GET(read) , POST(create) , PUT(update) and delete. These APIS can retrieve various queries using path parameters and query parameters.
player-match-scores-expressJS-application
Sample APIs are created using NodeJS, ExpressJS , SQLite where the user can perform various operations on the database like GET(read) , POST(create) , PUT(update) and delete. These APIS can retrieve various queries using path parameters and query parameters
puppeteer
Headless Chrome Node.js API
react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
react-native
A framework for building native applications using React
react-native-screens
Native navigation primitives for your React Native app.
react-router
Declarative routing for React
styled-components
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress đź’…
Twitter-Clone-Node-JS
The backend of twitter clone is implemented using the concepts of NODEjs and express js and SQLITE3