forked from Abdallah-Alwarawreh/Syrup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71618ad
commit 5cb8748
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |