Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1guelsb/deals-crm
SaaS CRM App for manage costumers, deals and tasks.
https://github.com/m1guelsb/deals-crm
jest nextjs radix-ui stitches typescript
Last synced: 19 days ago
JSON representation
SaaS CRM App for manage costumers, deals and tasks.
- Host: GitHub
- URL: https://github.com/m1guelsb/deals-crm
- Owner: m1guelsb
- License: mit
- Created: 2022-07-15T03:14:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T02:42:17.000Z (about 1 year ago)
- Last Synced: 2024-11-23T15:35:59.484Z (3 months ago)
- Topics: jest, nextjs, radix-ui, stitches, typescript
- Language: TypeScript
- Homepage: https://deals-crm.vercel.app
- Size: 923 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
## About 🔎
Customer Relationship Management platform where you can manage customers, earnings, deals and tasks.---
## Tech Stack 🔧
- Typescript
- Nextjs pages router
- Reactjs 18
- Stitches
- Radix ui
- Tanstack-query
- Tanstack-table
- React-hook-form---
## How to run 🏃
1. Open `.env.local` change the value to your api url. The current is a json server api used for educational purposes.2. Run the following in the terminal:
```
npm i
npm run dev
```