Found 21 repositories(showing 21)
Abhisekh8421
Empower your users with a seamless registration experience! 🚀 Build a React registration form that captures user data and instantly displays it on the same page. Simplify the onboarding process and create an interactive, user-friendly registration system for your application.
sadamali-oc
I developed a mobile app with Firebase authentication, featuring user registration and login forms. It uses React Navigation for navigation, displaying the username on the home page. The home page fetches and displays items from a public API in a card view. A floating button tracks item clicks.
adityarompella
No description available
Nafis-Abdelkarim
Basic registration form in React where users can enter first name, last name, and email with validation checks displays.
Sam-Waithaka
Frontend Development (React.js): User Authentication a React.js app to enable user registration via API, login with JWT authentication, and profile detail display post-login. Features include React Hooks, React Router, Axios, and form validation with React Hook Form or Formik.
CLL-NxtWave-Submissions
Simple react app to display data of different art form events and the respective registration status when clicked on an event. Incorporates react routing with the react-router-dom npm package.
Nikhil-ux13
This React app features a dynamic registration form with built-in field validation and user-friendly error messages. On successful form submission, it securely displays the entered details on a separate route.
Nikhil-ux13
This React app features a dynamic registration form with built-in field validation and user-friendly error messages. On successful form submission, it securely displays the entered details on a separate route.
ewuwise
Event Registration App in React Native demonstrating form handling, state management with useState, event handling, conditional rendering, and confirmation screens. Includes form validation and dynamic data display between components with TextInput, Picker, TouchableOpacity. Uses useState hooks for state management
RudraPrasad001
A simple React-based Student Registration Form where users can input Name, Age, and Student status (Yes/No). Dynamically displays added entries with validation (defaults to "Guest" for empty names and "Nil" for invalid ages). Form resets after submission. Combines React and DOM manipulation.
anuragsingh2001
A React application implementing a registration form with name, email, phone number, and roll number fields. It enforces various validation rules, such as maximum length, format checks, and non-blank fields. Upon submission, entered data is displayed below the form.
lavanyabahatam06
React Registration Form using **useState** & **React Router**. Required fields with real-time validation, error highlighting, show/hide password, phone with country code. Submit button enables only when valid. On submit, user is redirected to a new route displaying entered details. Minimal, responsive UI.
Sujeet011
React E-Commerce App A React-based e-commerce application featuring: Infinite Scrolling: Dynamically loads more products as you scroll down. Stylish Product Cards: Display product details with images, titles, descriptions, and prices. Custom Navbar: Includes a mega menu for easy navigation. Signup Form: Simple user registration form.
kalyanishaw88
A React registration form with real-time validation, including personal and ID details, styled using Tailwind CSS. Submission is enabled only when all inputs are valid, leading to a success page displaying the entered data.
shahdKhawaldeh1
React Movie App is a web application that leverages key React concepts for dynamic user registration and displaying trending movies. Functional components, state management, form handling with Formik, HTTP requests using Axios, and React Router for navigation make this project a prime example of efficient and modern React development.
TylerMcGit
A React frontend that interacts with an Express.js API using AJAX. Implements login, registration, and account update forms with JavaScript-handled submissions, manages application state based on API responses, and fetches account data on page load for display.
rishu5110
This project is a simple registration form built with React for the frontend and Express for the backend. It allows users to register by providing their name and username. Upon successful registration, the user data is displayed in an HTML table, showcasing the serial number, name, and username.
seenuvasan2051
This React project features a registration form that dynamically displays user data in a side-by-side layout. It includes input fields, radio buttons, checkboxes, and a select dropdown. The form updates in real-time with CSS animations and hover effects, enhancing user interaction and visual appeal.
vignesh-teja
A React Based Registration Form containing fields First Name and Last Name and Submit button when empty values are provided Error Message will be displayed and on Successful Submit the form will be replaced by response container as Submitted Successfully and button element with text Submit Another Response
Mdkaish7732
This project is a React-based User Registration System integrated with a JSON Server backend to perform full CRUD operations. Users can register by filling out a form with details like name, age, phone number, DOB, and email, which are stored in a mock backend. All registered users are displayed in responsive cards.
seanasyed
The main goal of our project is to create an web application which is able to parse the USC Course Catalog and allow the user to select preferred classes for the semester. A user should be able to specify the times within a given day that they would either like to attend class or have a break. Users will be able to register based on a predetermined priority scale, and will be given a schedule based on courses in which there is space available for them at the time of their respective registration. Due to the fact that it is likely that students may not be able to enroll in all of the classes they wish to take, they will have the ability to prioritize particular courses. For instance, an individual may wish to prioritize enrollment in their major courses rather than a GE. Since students will inevitably end up with a class schedule that they do not particularly prefer, we will also include a forum for people to discuss course section trading so that such disputes may be resolved internally. The functionality of this forum would also allow students to swap courses straight from the forum, itself, since it is part of our internal code base. The multi-threading for this project would occur in a constantly updating calendar feature on the bottom of the page which would react the the decisions of the user in fields above. For the networking portion of the assignment, we will be implementing several different SQL tables in order to store both user information and class information to be queried by the user. Our GUI will include a sign in, as well as a form by which the user is able to filter classes. These will feed into a calendar at the bottom of the page which will display the optimal schedule for the user.
All 21 repositories loaded