Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



Cover



Next

Next

React

Stiches

## 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
```