Skip to content

sanjaypsachdev/expensify-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expensify App

My first React.js project. In this project we show a list of expenses. The user can view, add, edit and delete expenses.

Prerequisites

The project was built with Node.js version 11.14.0. Besides, we also need yarn v1.1.5.2 installed globally.

Getting Started

In order to install the required dependencies, run the below command from the root directory :

yarn install

In order to run, please execute the below command from the root directory, to be able to run it in development mode locally :

yarn dev-server

In order to run the tests run the below command :

yarn test --watch

In order to build a production artifact for deploying on the server, run the below command :

yarn build

Installing

In order to install the required dependencies, run the below command from the root directory :

yarn install

Running the tests

In order to run the tests run the below command :

yarn test

Deployment

In order to build a production artifact for deploying on the server, run the below command :

yarn build

Built With

  • Node.js - The web framework used
  • Yarn - Dependency Management
  • React.js - The UI library used
  • Redux - The client side state container

Authors

License

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