Posts

React JS with Index DB -IDB

Image
  Hey,are you trying to build a React JS app with Index DB,but wondering where to start. Well,I have a solution and base project built for you guys,you can have a look at it,learn from it,and also can contribute into it. Location-IDB is built on React JS using Hooks and Classes. IT has been built from scratch without using any theme. The features of application are : 1.Index DB integrated 2.Add location along with timezone 3.Locations are stored in IDB 4.Fetch locations and display in React table 5.Sorting,editing,delete options available in table Technology Used:  - React JS  - Hooks,Class  - Index DB Website Link: https://ankusha7c.github.io/Location-IDB/ Source code available at Github: https://github.com/ankushA7C/Location-IDB Open for suggestions and contribution to project. Thanks.

How to create a React Application from cmd

Image
 Hey guys, Many of you must be thinking about creating a simple react application by using cmd. Well there is simple command to create it. "create-react-app" is the command that is used to create a simple react application. For this command to work,you should make sure you have NPM and Node JS installed on your system. Steps to create application are: 1.Open cmd at the location where you want to build the application ,ie D,E Drive etc. 2.Type "npx create-react-app myapp" And run this command. It Will automatically create project structure and install required packages in it. Once it is completed,follow below points: 1.type "cd myapp" 2.type "npm start" This would run the project,and take you to browser having URL localhost:3000. And so your react application is ready ,and you can now make changes in your project.

How to make online video streaming website using React JS

Image
Hey,are you trying to build a online video streaming web application using React JS,but wondering how to start building it. Well,I have a solution and base project built for you guys,you can have a look at it,learn from it,and also can contribute into it. Watch-Bing is the online video streaming application built on React JS completely using Hooks. IT has been built from scratch without using any theme. The features of application are : 1.List of new movies at lading page 2.Movie details including popularity,total view,average rating 3.Cast details 4.Movie trailers available 5.Search option is available to search the movies Technology Used:  - React JS  - Hooks  - API Website Link: https://ankusha7c.github.io/Watch-Bingh/ Source code available at Github: https://github.com/ankushA7C/Watch-Bingh Open for suggestions and contribution to project. Thanks.