Skip to content

fadingbeat/vibeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coming Soon Website

A simple, responsive "Coming Soon" webpage built with React to notify users when your website goes live. Includes a subscription form powered by EmailJS for collecting user email addresses.


Features

  • Responsive Design: Adapts seamlessly to desktop, tablet, and mobile screens.
  • Subscription Form: Collects email addresses securely using EmailJS.
  • Modern UI: Clean and elegant design with subtle animations.
  • Deployment Ready: Easily deployable on platforms like Vercel or Netlify.

Technologies Used

  • React: Frontend framework for building user interfaces.
  • CSS: Custom styles for a polished and responsive layout.
  • EmailJS: Handles email submissions without a backend server.

Getting Started

1. Clone the Repository

git clone https://github.com/your-username/coming-soon-website.git
cd coming-soon-website

2. Install Dependencies

npm install

3. Configure Environment Variables

Create a .env file in the project root and add your EmailJS credentials:

REACT_APP_EMAILJS_SERVICE_ID=your_service_id
REACT_APP_EMAILJS_TEMPLATE_ID=your_template_id
REACT_APP_EMAILJS_USER_ID=your_user_id

4. Run the Application

npm start

The site will be available at http://localhost:3000.


Deployment

To deploy the application, follow these steps for Vercel or your chosen platform:

  1. Push your code to a GitHub repository.
  2. Connect the repository to Vercel or another hosting provider.
  3. Add the same environment variables from .env to the hosting platform's environment variable settings.
  4. Deploy the app.

License

This project is licensed under the MIT License.


Contributions

Feel free to fork the project, submit pull requests, or open issues to improve the functionality or design.

Enjoy building your "Coming Soon" page! 🚀

About

Coming Soon Website Template (React)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published