Skip to content

ZachL111/Autofill-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autofill Test Project

This project demonstrates a simple website that tests autofill behavior with a hidden zip code field. It uses React for the frontend and Express for the backend, running on localhost.

Setup

  1. Ensure you have Node.js installed on your system.
  2. Clone this repository.
  3. Run npm install to install dependencies.
  4. Run npm start to start the React development server.
  5. In a separate terminal, run node server.js to start the Express server.
  6. Open your browser and navigate to http://localhost:3000.

Project Structure

  • public/index.html: Main HTML file
  • src/components/AutofillForm.js: React component for the autofill form
  • src/components/StoredData.js: React component to display stored data
  • src/styles/main.css: CSS styles for the project
  • src/App.js: Main React component
  • src/index.js: Entry point for React application
  • server.js: Express server for handling form submissions
  • package.json: Project configuration and dependencies

Important Disclaimer

This project is strictly for educational and research purposes only. It is designed to demonstrate autofill behavior and should NOT be used to collect, store, or process any real user data. Using this project or any similar code to collect personal information without explicit user consent is illegal and unethical.

By using this code, you agree to:

  1. Not use it for any malicious purposes or to collect actual user data.
  2. Not deploy this or any modified version of this project on a public server.
  3. Use it solely for personal learning and research in a controlled, private environment.

The authors and contributors of this project are not responsible for any misuse or legal consequences resulting from the use of this code. Use at your own risk and always prioritize user privacy and data protection in real-world applications.

About

This project demonstrates a simple website that tests autofill behavior with a hidden zip code field. It uses React for the frontend and Express for the backend, running on localhost.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors