Skip to main content

Posts

Login Authentication Application Using MERN

Here, Create a React application using a token-based authentication system. Two-factor authentication (2FA) is a security system that requires two separate, distinct forms of identification in order to access something. The first factor is a password and the second commonly includes a text with a code sent to your mail in form of text or link. Web applications are a mix of public and private pages. Public pages are available to anyone, while a private page requires a user login. You can use authentication to manage which users have access to which pages. React application will need to handle situations where a user tries to access a private page before they are logged in, and you will need to save the login information once they have successfully authenticated.    
Recent posts

Netflix Application Clone using Html & Css

 One of the world's major movie content streaming platforms, it's easier to understand. A Netflix clone is a web app that, just like Netflix does, provides users with a database. Netflix clone script that will help you get started with your own Video Streaming Platform. We have integrated all the features into our White Label Netflix Clone which comes with highly scalable Websites and Mobile Apps. Play Now is an on-demand video streaming platform similar to Netflix. Netflix Clone

Zomato Clone WebSite Built using React and MongoDB

 Zomato Clone - Food Delivery Application Clone using React JS and MangoDb. In this Zomato App clone I have cloned maximum pages Home page, User Profile page, Food Selection page, Settings page etc. As it is only frontend clone I have added static data but in a dynamic way so data can be changed easily or added easily. Zomato Clone                                         

Bank Application using Java

To create a mini-application for a banking system in Java. In this program, we will add some basic functionalities of a bank account like a deposit of amount, withdrawal of amount. Initially, the program accepts the number of customers we need to add and adds the customer and account details accordingly. Further, it displays the series of menus to operate over the accounts. The series of menus displayed are as follows: Bank Application 1. Display all account details 2. Search by account number 3. Deposit the amount 4. Withdraw the amount 5. Exit

Online_Test Using Java

  Online Exam Project in Java Swing without database In this project, there are given 10 questions to play. User can bookmark any question for the reconsideration while going to result. We are using here java array to store the questions, options and answers not database. You can use collection framework or database in place of array. Online-Test