An open API service indexing awesome lists of open source software.

https://github.com/martishin/keep-track

Web-service for tracking project expenses. Built using TypeScript, React.js, Redux, React-router, TanStack Query and Tailwind CSS
https://github.com/martishin/keep-track

cors-middleware eslint jest json-server prettier react-query reactjs redux-mock-store redux-toolkit tailwindcss testing-library-react typescript vitejs

Last synced: 3 months ago
JSON representation

Web-service for tracking project expenses. Built using TypeScript, React.js, Redux, React-router, TanStack Query and Tailwind CSS

Awesome Lists containing this project

README

          

# KeepTrack
Project budgeting made simple

Install dependencies
```bash
npm install
```

Build the website, it will be available at http://localhost:5173/projects
```bash
npm run dev
```

Run API server
```bash
npm run api
```

![alt text](https://drive.google.com/u/0/uc?id=1uCFtpksLUPJueB6cT5TgoEjmjbCzEEi5)