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.
-
Clone the repo and install all the dependencies
$ cd expense-tracker $ npm install $ npm run client-install
-
Create
.env
file in project root and add the required keys as mentioned in.env.sample
. -
To run the development server 🚀
$ npm run dev