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
- Host: GitHub
- URL: https://github.com/martishin/keep-track
- Owner: martishin
- Created: 2023-05-29T17:44:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T04:24:06.000Z (about 2 years ago)
- Last Synced: 2025-01-01T21:28:14.993Z (about 1 year ago)
- Topics: cors-middleware, eslint, jest, json-server, prettier, react-query, reactjs, redux-mock-store, redux-toolkit, tailwindcss, testing-library-react, typescript, vitejs
- Language: TypeScript
- Homepage: https://keep-track.martishin.com
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
