Skip to content

agrawal-pratham/mail_box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail Box

Mail Box is a React application that provides a user interface for a simplistic mail box.

Features

  • User-friendly interface to manage emails.
  • Simple and intuitive design.

Getting Started

Prerequisites

  • Node.js
  • npm (Node package manager)

Installation

  1. Clone the repository:
    git clone https://github.com/pratham2002/mail-box.git
  2. Navigate to the project directory:
    cd mail-box
  3. Install dependencies:
    npm install

Running the App

To run the app in the development mode:

npm start

Open localhost to view it in the browser. The page will reload if you make edits.

Building

To build the app for production:

npm run build

Screenshots

Inbox

inbox-preview

Email Preview

mail-detail

SPAM

spam-preview

Trash

trash-preview

Learn More

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments