Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smart-ace-designs/astro-newsletter-sign-up
A solution to the "Newsletter Sign-Up Form" challenge on Frontend Mentor using Astro and Tailwind CSS.
https://github.com/smart-ace-designs/astro-newsletter-sign-up
astro frontendmentor-challenge
Last synced: about 1 month ago
JSON representation
A solution to the "Newsletter Sign-Up Form" challenge on Frontend Mentor using Astro and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/smart-ace-designs/astro-newsletter-sign-up
- Owner: Smart-Ace-Designs
- License: mit
- Created: 2024-07-23T00:57:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T03:08:27.000Z (2 months ago)
- Last Synced: 2024-10-19T05:21:12.900Z (2 months ago)
- Topics: astro, frontendmentor-challenge
- Language: Astro
- Homepage: https://smartacedesigns-astro-newsletter-su.netlify.app/
- Size: 589 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [Useful resources](#useful-resources)
- [Author](#author)## 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
![newsletter-sign-up](https://github.com/user-attachments/assets/aa578f5d-0ec2-4700-8c6c-c198748621f3)### Links
- Solution URL: [GitHub](https://github.com/Smart-Ace-Designs/Astro-Newsletter-Sign-Up)
- Live Site URL: [Netlify](https://smartacedesigns-astro-newsletter-su.netlify.app/)## My process
### Built with
- Astro
- Astro [Space](https://github.com/Smart-Ace-Designs/Astro-Space) Template
- Astro Server Actions
- Zod
- Tailwind CSS
- Flexbox
- CSS Grid
- Bun
- Mobile-first workflow### Useful resources
- [Tailwind CSS Cheat Sheet](https://tailwindcomponents.com/cheatsheet/)
- [Astro Server Actions](https://github.com/withastro/roadmap/blob/actions/proposals/0046-actions.md)## Author
- Website - [Smart Ace Designs (GitHub)](https://github.com/Smart-Ace-Designs)
- Frontend Mentor - [@smart-ace-designs](https://www.frontendmentor.io/profile/Smart-Ace-Designs)