An open API service indexing awesome lists of open source software.

https://github.com/dilanrojas/newsletter-sign-up-with-messages

Frontend Mentor Challenge
https://github.com/dilanrojas/newsletter-sign-up-with-messages

frontend-mentor-challenge vite

Last synced: 3 months ago
JSON representation

Frontend Mentor Challenge

Awesome Lists containing this project

README

        

## Demo

Preview [here](https://newsletter-sign-up-with-messages.pages.dev/)

## Technologies Used

- Vite
- HTML5
- CSS3

## Installation

To run the project locally, follow these steps:

1. Clone the repository to your local machine:

```bash
git clone https://github.com/dilanrojas/newsletter-sign-up-with-messages.git
```

2. Install dependencies using NPM

```bash
npm install
```

2. Initialize the project

```bash
npm run dev
```