EPIC-MAIL-REACTJS

Build Status Test Coverage Maintainability

Project Overview

EPICMAIL is an online system which enables you to exchange messages/information over the internet

Getting started

Prerequisites

You will need the following software running on your machine to get started

Project Setup

These are the steps on how to get the application running on your machine

  • In your terminal, cd to where you want to create your repository

  • Clone the project repo

$ git clone https://github.com/alexxsanya/EPIC-MAIL-REACTJS.git
  • Install app dependencies
$ npm install 

Run the app locally

  • Run the app locally with the command
$ npm start

Implemented Features

# Route ACTION
1 /signup Create User Account
2 /login Login user
3 /dashboard/inbox View all inbox a Message
4 /dashboard/sent Get all sent messages

Deployment