AnjanaMadu / temp-mail-react-app

Temp mail app made using React and ExpressJS

Home Page:https://tmpmailapp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’Œ Temp Mail App

This is a simple web app that allows you to generate temporary email addresses. It is built using React, ExpressJS, and temp-mail.io API.

How to build and start πŸš€

To get started with the Temp Mail App, follow these steps:

  1. Clone the repository:

    git clone https://github.com/AnjanaMadu/temp-mail-react-app --depth 1
    
  2. Change to the project directory:

    cd temp-mail-react-app
    
  3. Install dependencies:

    npm install
    
  4. Build the project:

    npm run build
    

    This will generate a production build of the React app and place it in the dist directory.

  5. Start the server:

    node api/index.js
    

    This will start the server and make the app accessible at http://localhost:3000.

That's it! You should now be able to use the Temp Mail App to generate temporary email addresses.

Screenshots

Screenshot

About

Temp mail app made using React and ExpressJS

https://tmpmailapp.vercel.app


Languages

Language:TypeScript 80.5%Language:JavaScript 14.4%Language:HTML 5.1%