Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.45 KB

File metadata and controls

64 lines (40 loc) · 1.45 KB

Airmail

Airmail is a simple and easy-to-use project that allows users to generate temporary email addresses, which can be used to avoid spam emails and maintain anonymity. The project is developed using React, JavaScript, TailwindCSS and React Query.

Prerequisites

To run Airmail, you need to have yarn or npm installed on your system. You can download and install them from the official websites:

Installation

To install Airmail, follow the steps below:

  1. Clone the repository to your local machine:
git clone https://github.com/uozanyildiz/airmail.git
  1. Navigate to the project directory:
cd airmail
  1. Install the dependencies using Yarn or npm:
yarn install
npm install

Usage

Running Airmail locally

To run Airmail locally, follow the steps below:

  1. Navigate to the project directory:
cd airmail
  1. Start the development server:
yarn start
npm start
  1. Airmail will be accessible on http://localhost:3000/.

Accessing Airmail online

Airmail is also available online. You can access it by going to airmail.uozanyildiz.dev.

API

Airmail is built using the mail.gw API to generate temporary email addresses.

License

Airmail is released under the MIT License. Feel free to use it in your own projects.