Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 609 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 609 Bytes

XPENSER - Expense Tracker

A minimalist webapp to manage and keep track of all your expenses built using the MERN stack.

🔐 JWT based Authentication.
⚡ React Hooks and Context API for State Management.
💅 Styling done with styled-components.

To run locally

  1. Clone the repo and install all the dependencies

     $ cd expense-tracker
     $ npm install
     $ npm run client-install
  2. Create .env file in project root and add the required keys as mentioned in .env.sample.

  3. To run the development server 🚀

     $ npm run dev