Skip to content

Commit

Permalink
feat: add techstack
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlwarekekw committed Jan 3, 2025
1 parent 71618ad commit 5cb8748
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ For major changes, please open an issue first to discuss what you’d like to co

---

## 📚 Tech Stack

[Techstack](https://github.com/Abdallah-Alwarawreh/Syrup/techstack.md)

---

## ❤️ Acknowledgements

Special thanks to the amazing people who made Syrup possible:
Expand Down
53 changes: 53 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Techstack

---

## Syrup Chrome Extension

### Coding languages
- JavaScript for content.js, background.js and config files
- TypeScript (.ts and .tsx) for the rest

### Frameworks and Libraries
- React
- i18next, react-i18next (for internationalization)
- i18next-http-backend (for loading the translations from /public/\_locales )
- @unly/universal-language-detector (for language detection)

### Building tools
- Vite

### Styling:
- TailwindCSS
- ShadCN

### Translation
- Crowdin

---

## Syrup Website

### Coding languages
- JavaScript and TypeScript

### Frameworks and Libraries
- React
- Next.JS

### Building tools
- NextJS

### Styling
- TailwindCSS
- Tailwind Animate - Animations
- Motion - Animations
- Iconify - Icons
- Lucide React - Icons
- ShadCN - UI components

---

## Backend

### TBD

0 comments on commit 5cb8748

Please sign in to comment.