/card-details-form

A react based card details page component

Primary LanguageJavaScript

Card details Form

This is just a simple react based card details page for a website.

Tools, Language and Framework

Next, Javascript, HTML, CSS

Preview

Screenshot 2023-02-15 at 6 48 48 PM

Steps to run

  • Clone the repository into your working directory
  • Open the CLI and type 'npm i' to install all the dev dependencies
npm i
  • Run the project by 'npm start' and the application will start on your local host
npm run dev