Interactive-card-details-form

Interactive Card Details Form

This project was bootstrapped with Create React App.

DESCRIPTION This project is a simple form for credit cards information that show to the user where every info of their card is.

To make this possible, one of the solutions is make this form interactive. When the user type something, this info will appear automatically on the Screen.

How to deploy this project:

First, copy this project to your computer. Then, open this project in your VSCode and start a new terminal. In this terminal, type npm install to install all the dependencies from node_modules.

When your computer finishes to download all the node dependencies, type:

npm start

What technologies did I use to build this project

WHat I learned

What is missing

Final Remarks

This project was a solution to for a challenge on Frontend Mentor