Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jithin-b-p/newsletter-sign-up-page
This is a solution to frontend mentor newsletter-sign-up-page.
https://github.com/jithin-b-p/newsletter-sign-up-page
html5 javascript sass sass-mixins
Last synced: 17 days ago
JSON representation
This is a solution to frontend mentor newsletter-sign-up-page.
- Host: GitHub
- URL: https://github.com/jithin-b-p/newsletter-sign-up-page
- Owner: Jithin-b-p
- Created: 2024-03-26T05:37:36.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-29T04:07:34.000Z (9 months ago)
- Last Synced: 2024-12-19T00:40:24.225Z (17 days ago)
- Topics: html5, javascript, sass, sass-mixins
- Language: SCSS
- Homepage: https://jithin-b-p-newsletter-signup.netlify.app/
- Size: 397 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Newsletter sign-up form with success message solution
This is a solution to the [Newsletter sign-up form with success message challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/newsletter-signup-form-with-success-message-3FC1AZbNrv). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Author](#author)
- [Acknowledgments](#acknowledgments)## Overview
### The challenge
Users should be able to:
- Add their email and submit the form
- See a success message with their email after successfully submitting the form
- See form validation messages if:
- The field is left empty
- The email address is not formatted correctly
- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page### Screenshot
![](./design/desktop-design.jpg)
![](./design/lighthouse-result.png)### Links
- Solution URL: [click here](https://www.frontendmentor.io/solutions/responsivenewslettersignuppagesassbemvanilla-js-nlTxTSSI9m)
- Live Site URL: [click here](https://jithin-b-p-newsletter-signup.netlify.app/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- SASS (css preprocessor)## Author
- [Jithin B P]()
- Frontend Mentor - [@Jithin-b-p](https://www.frontendmentor.io/profile/Jithin-b-p)
- twitter - [@b_p_jithin](https://twitter.com/b_p_jithin)## Acknowledgments
- Install dependencies:
```bash
npm install
```- run in development mode:
```bash
npm run dev
```Open http://localhost:5173 to view it in your browser.