This is a frontend mentor.io challenge project for creating a newsletter signup form with a success message. The project utilizes HTML, SCSS, and follows the BEM naming convention.
Desktop
Mobile
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have Node.js and npm (or yarn) installed on your machine.
-
Clone this repository to your local machine using the following command:
git clone https://github.com/OmPreetham/newsletter-sign-up-with-success-message.git
-
Navigate into the project directory:
cd newsletter-sign-up-with-success-message
-
Install dependencies using npm:
npm install
To run the project, use the following command:
npm run dev
This will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.
To build the project for production, use the following command:
npm run build
This will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.
To build the project for production, use the following command:
This will create an optimized build of the project in the dist
directory.
- This project was scaffolded using Vite, a blazing fast frontend build tool.
- It uses React for building the user interface.
- Feel free to customize the project according to your needs.
This project is licensed under the MIT License.