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.
To run Airmail, you need to have yarn or npm installed on your system. You can download and install them from the official websites:
To install Airmail, follow the steps below:
- Clone the repository to your local machine:
git clone https://github.com/uozanyildiz/airmail.git
- Navigate to the project directory:
cd airmail
- Install the dependencies using Yarn or npm:
yarn install
npm install
To run Airmail locally, follow the steps below:
- Navigate to the project directory:
cd airmail
- Start the development server:
yarn start
npm start
- Airmail will be accessible on
http://localhost:3000/.
Airmail is also available online. You can access it by going to airmail.uozanyildiz.dev.
Airmail is built using the mail.gw API to generate temporary email addresses.
Airmail is released under the MIT License. Feel free to use it in your own projects.