Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 1.45 KB

README.md

File metadata and controls

72 lines (44 loc) · 1.45 KB

TakeOff - React Client application

Introduction

The Take Off project is a React application that allows users to manage their data/assets more intuitively through a cutting edge management platform.

The application is built using React, Redux, and React Router. The application is built using the following technologies:

  • React
  • Redux
  • React Router
  • React Bootstrap
  • React Toastify

Demo and walkthrough

The application is hosted on Netlify and can be accessed at https://takeoffapp.netlify.app/

Installation

To install the application, run the following commands:

git clone https://github.com/BenAyedMehdi/TakeOff-Client.git
cd takeoff
npm install

Running the application

To run the application, run the following command:

npm start

Running the tests

The test suite is yet to be implemented. However, to run the tests, run the following command:

npm test

Building the application

To build the application, run the following command:

npm run build

Deployment

The application is deployed on Netlify.

License

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

Acknowledgments

Collaborators

Authors