GithubHelp home page GithubHelp logo

svandu / interactive-card-details Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1010 KB

My project from frontend mentors, it is the interactive card details form where user can fill in the form and see the card details update in real time.

Home Page: https://interactive-card-details-surbhi.vercel.app/

HTML 60.01% CSS 39.99%

interactive-card-details's Introduction

Hi there ๐Ÿ‘‹

๐Ÿ’ซ About Me:

Hello, I'm Surbhi Vandana, a BTech student in Computer Science at OP Jindal University. Specializing in backend development, I boast strong problem-solving skills and am passionate about new technologies, I thrive on continual learning and welcome new growth opportunities.

๐ŸŒ Socials:

LinkedIn X

๐Ÿ’ป Tech Stack:

Frontend:

HTML5 CSS3 JavaScript Bootstrap jQuery Next JS React React QueryReact Router SASS TailwindCSS

Backend:

Express.js NodeJS MongoDB NPM Django Django Rest Framework

Languages:

C C++ Java Python

Other Tools:

Firebase Netlify Vercel Nodemon Firebase MySQL Figma Adobe XD Jira Postman


interactive-card-details's People

Contributors

svandu avatar

Watchers

 avatar

interactive-card-details's Issues

Do not use @import statement to import fonts. Either you can download the font or use link tags

# Bad

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');

# Good

  • Copy the link tag from the google fonts and paste it into the head element.
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="stylesheet" href="style.css">
    
    <-- Do this  -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap" rel="stylesheet">

</head>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.