Skip to content

pranav-gujar/Task1-Bharat_Intern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registration Form

Overview

I am thrilled to announce that I have successfully developed a Registration Form using HTML, CSS, Node.js, and MongoDB. This marks the completion of my 1st task as a web development intern at Bharat Intern.

This project has been an incredible learning experience, allowing me to apply my skills in backend and database management, and contribute to creating a functional and user-friendly registration system.

Project Features

  • User Authentication: Secure user registration with validation.
  • Responsive Design: Ensures optimal performance across various devices.
  • Modern UI/UX: Incorporates the latest design trends and best practices for usability.
  • Data Storage: Efficiently stores user data in a MongoDB database.
  • Form Validation: Real-time validation for user input to enhance user experience.

Technologies Used

  • HTML5: For structuring the content and layout of the form.
  • CSS3: For styling and layout, ensuring a responsive and appealing design.
  • Node.js: For server-side processing and handling form submissions.
  • MongoDB: For storing and managing user data securely.

Installation

  1. Clone the repository:
    git clone https://github.com/pranav-gujar/BharatIntern_RegistrationForm.git
  2. Navigate to the project directory:
    cd BharatIntern_RegistrationForm
  3. Install the necessary dependencies:
    npm install
  4. Set up MongoDB and add your MongoDB URI in the .env file:
    MONGODB_URI=your_mongodb_uri
  5. Start the Node.js server:
    npm start

Usage

  1. Open your web browser and navigate to http://localhost:8080 to access the registration form.
  2. Fill out the form with the required information and submit.
  3. The form data will be securely stored in the MongoDB database.

Acknowledgements

  • Thanks to Bharat Intern for providing the opportunity to work on this project during my web development internship.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published