Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateusz-przybyla/intro-component-with-sign-up-form
My solution to a Frontend Mentor challenge, using HTML, CSS and JavaScript
https://github.com/mateusz-przybyla/intro-component-with-sign-up-form
css frontend-mentor html javascript vanilla-css vanilla-javascript
Last synced: 10 days ago
JSON representation
My solution to a Frontend Mentor challenge, using HTML, CSS and JavaScript
- Host: GitHub
- URL: https://github.com/mateusz-przybyla/intro-component-with-sign-up-form
- Owner: mateusz-przybyla
- Created: 2024-03-23T15:13:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T20:06:57.000Z (8 months ago)
- Last Synced: 2024-04-05T21:23:17.261Z (8 months ago)
- Topics: css, frontend-mentor, html, javascript, vanilla-css, vanilla-javascript
- Language: CSS
- Homepage: https://mateusz-przybyla.github.io/Intro-component-with-sign-up-form/
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Intro component with sign up form solution
This is a solution to the [Intro component with sign up form challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/intro-component-with-signup-form-5cf91bd49edda32581d28fd1). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Useful resources](#useful-resources)
- [Author](#author)## Overview
### Screenshot
![](./screenshot-mobile.jpg)
![](./screenshot-desktop.jpg)### Links
- Solution URL: https://github.com/mateusz-przybyla/Intro-component-with-sign-up-form
- Live Site URL: https://mateusz-przybyla.github.io/Intro-component-with-sign-up-form/## My process
### Built with
- Semantic HTML5 markup
- Vanilla CSS
- Flexbox
- Mobile-first workflow
- Vanilla JavaScript: querySelector(), getElementById(), addEventListener(), add() methods### Useful resources
- [Web Development Bootcamp](https://www.udemy.com/course/the-complete-web-development-bootcamp/?couponCode=KEEPLEARNING) - The Web Development Bootcamp in which I am taking part.
- [MDN Web Docs](https://developer.mozilla.org/en-US/) - My best website which help me understand rules and features about HTML, CSS and JavaScript languages.## Author
- Frontend Mentor - [@mateusz-przybyla](https://www.frontendmentor.io/profile/mateusz-przybyla)