This is a solution to the Base Apparel coming soon page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- Project setup
- Compiles and hot-reloads for development
- compiles and minifies for production
- Customize configuration
- My process
- Author
- Acknowledgments
npm install
npm run serve
npm run build
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Receive an error message when the
formis submitted if:- The
inputfield is empty - The email address is not formatted correctly.
- The
- Solution URL: Solution URL here
- Live Site URL: Live site URL here
-Install Vue CLI -create components as per card using desktop first approach -Used vanilla css to style my card -hosted the site using netlify
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Vuejs - Vuejs framework
- Styled Components - For styles
