Skip to content

Commit

Permalink
Merge pull request #3 from Drakkarrr/Drakkarrr-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Drakkarrr authored Nov 12, 2023
2 parents 87b13e0 + 14b4087 commit 2326c1e
Showing 1 changed file with 20 additions and 47 deletions.
67 changes: 20 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,53 +108,26 @@ run: yarn or yarn install
run: yarn run dev (to start the project)
```

# Tech Stack

### DEVOPS

- Docker (Containerization)
- Github Actions (CI/CD)

### Client

- ReactJS/NextJS
- TailwindCSS
- Radix-ui
- shadcn-ui

### Server

- Node
- Express
- Database
- Prisma

### API and Data Handling

- Clerk (for authentication)
- Axios (HTTP requests)
- OpenAI (AI capabilities)
- Stripe (payments)
- Replicate AI (AI capabilities)
- Prisma (Database ORM)
- Styling and Post-Processing
- Autoprefixer
- PostCSS
- tailwind-merge

### Miscellaneous UI and Effects

- clsx (Utility for dynamic classNames)
- crisp-sdk-web (Crisp chat support)
- react-hot-toast (Toast notifications)
- react-markdown (Markdown rendering)
- typewriter-effect (Typewriter-style text effect)
- Development Tools and Build
- TypeScript
- ESLint (Code linting)
- Prettier (Code formatting)
- husky (Git hooks)
- lint-staged (Run tasks on staged files)
## Tech Stack
Drakkarrr/D-prompt-AI is built on the following main stack:
- <img width='25' height='25' src='https://img.stackshare.io/service/97/eW6tXeq3.png' alt='Stripe'/> [Stripe](https://stripe.com) – Payment Services
- <img width='25' height='25' src='https://img.stackshare.io/service/1011/n1JRsFeB_400x400.png' alt='Node.js'/> [Node.js](http://nodejs.org/) – Frameworks (Full Stack)
- <img width='25' height='25' src='https://img.stackshare.io/service/1020/OYIaJ1KK.png' alt='React'/> [React](https://reactjs.org/) – Javascript UI Libraries
- <img width='25' height='25' src='https://img.stackshare.io/service/1209/javascript.jpeg' alt='JavaScript'/> [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/1612/bynNY5dJ.jpg' alt='TypeScript'/> [TypeScript](http://www.typescriptlang.org) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/2202/72d087642cfce6fef6f2dabec5bf49e8_400x400.png' alt='Autoprefixer'/> [Autoprefixer](https://github.com/postcss/autoprefixer) – CSS Pre-processors / Extensions
- <img width='25' height='25' src='https://img.stackshare.io/service/3337/Q4L7Jncy.jpg' alt='ESLint'/> [ESLint](http://eslint.org/) – Code Review
- <img width='25' height='25' src='https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png' alt='Shell'/> [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells
- <img width='25' height='25' src='https://img.stackshare.io/no-img-open-source.png' alt='axios'/> [axios](https://github.com/mzabriskie/axios) – Javascript Utilities & Libraries
- <img width='25' height='25' src='https://img.stackshare.io/service/5848/44mC-kJ3.jpg' alt='Yarn'/> [Yarn](https://yarnpkg.com/) – Front End Package Manager
- <img width='25' height='25' src='https://img.stackshare.io/service/5936/nextjs.png' alt='Next.js'/> [Next.js](https://nextjs.org/) – Frameworks (Full Stack)
- <img width='25' height='25' src='https://img.stackshare.io/service/7035/default_66f265943abed56bcdbfca1c866a4261b1fbb063.jpg' alt='Prettier'/> [Prettier](https://prettier.io/) – Code Review
- <img width='25' height='25' src='https://img.stackshare.io/service/8680/Logo_Symbol_White.jpg' alt='Prisma'/> [Prisma](https://www.prisma.io/) – Object Relational Mapper (ORM)
- <img width='25' height='25' src='https://img.stackshare.io/service/11559/zustand.png' alt='Zustand'/> [Zustand](https://github.com/react-spring/zustand) – State Management Library
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- <img width='25' height='25' src='https://img.stackshare.io/service/586/n4u37v9t_400x400.png' alt='Docker'/> [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers



## Contributing

Expand Down

0 comments on commit 2326c1e

Please sign in to comment.