All Projects β†’ dailydotdev β†’ apps

dailydotdev / apps

Licence: AGPL-3.0 License
daily.dev application suite

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to apps

website
Personal website and blog built with Next.js, Preact, MDX, Tailwind CSS and hosted on Vercel.
Stars: ✭ 17 (-93.28%)
Mutual labels:  preact, tailwindcss, vercel
theodorusclarence.com
πŸ’  Personal website and blog made using Next.js, TypeScript, Tailwind CSS, MDX Bundler, FaunaDB, and Preact.
Stars: ✭ 205 (-18.97%)
Mutual labels:  preact, tailwindcss
platforms
A template for site builders and low-code tools.
Stars: ✭ 1,156 (+356.92%)
Mutual labels:  tailwindcss, vercel
Preact Devtools
Browser extension for inspection Preact applications
Stars: ✭ 204 (-19.37%)
Mutual labels:  extension, preact
Personal-Site-Gourav.io
My personal site & blog made with NextJS, Typescript, MDX, Tailwind CSS. Deployed on Vercel : https://gourav.io
Stars: ✭ 64 (-74.7%)
Mutual labels:  tailwindcss, vercel
notion-nextjs-blog
A starter blog template powered by Next.js, Notion and Tailwind CSS.
Stars: ✭ 25 (-90.12%)
Mutual labels:  tailwindcss, vercel
Preact Www
πŸ“– Preact documentation website.
Stars: ✭ 272 (+7.51%)
Mutual labels:  preact, webapp
Svgwave
🌊 SVG Wave is a tiny, free and beautiful SVG gradient waves generator for your UI or website desgin. It offers dead simple UI to customize, and style your waves based on your theme specifications.
Stars: ✭ 255 (+0.79%)
Mutual labels:  preact, tailwindcss
hue.tools
Simple toolbox for working with colors. Color mixing, blending, conversion, modification, detailed information, etc.
Stars: ✭ 331 (+30.83%)
Mutual labels:  tailwindcss, vercel
personal-website
Personal website – made with Next.js, Preact, MDX, RMWC, & Vercel
Stars: ✭ 16 (-93.68%)
Mutual labels:  preact, vercel
website
My portfolio πŸ‘‹
Stars: ✭ 232 (-8.3%)
Mutual labels:  tailwindcss, vercel
next.js-tailwindcss-template
Opinionated Next.js and TailwindCSS template.
Stars: ✭ 15 (-94.07%)
Mutual labels:  tailwindcss, vercel
portfolio
My personal portfolio website, proudly built with Next.js, TypeScript and Tailwind
Stars: ✭ 165 (-34.78%)
Mutual labels:  tailwindcss, vercel
wefootwear-store
next js footwear store e-commerce πŸš€πŸš€πŸš€
Stars: ✭ 17 (-93.28%)
Mutual labels:  tailwindcss, vercel
Facebook Political Ads
Monitoring Facebook Political Ads
Stars: ✭ 215 (-15.02%)
Mutual labels:  extension, preact
over-hangman
πŸ’₯ Over powered hangman game
Stars: ✭ 42 (-83.4%)
Mutual labels:  tailwindcss, vercel
laravel-mix-tailwindcss
Tailwind CSS wrapper for Laravel Mix.
Stars: ✭ 43 (-83%)
Mutual labels:  extension, tailwindcss
status-page
Free Status Page Template built with Tailwind CSS
Stars: ✭ 37 (-85.38%)
Mutual labels:  tailwindcss
notion-enhancer.github.io
the notion-enhancer project's website
Stars: ✭ 24 (-90.51%)
Mutual labels:  extension
super-encourager
vscode插仢: θΆ…ηΊ§ιΌ“εŠ±εΈˆ ε₯–εŠ±δΈ‹εŠͺεŠ›ε·₯δ½œηš„δ½ οΌ
Stars: ✭ 42 (-83.4%)
Mutual labels:  extension

daily.dev App Suite

Everything you see on daily.dev πŸ‘€

Build Status License StackShare

This monorepo contains daily.dev's application suite. The repo includes the web app and the extension, along with shared components for the two. The decision was made to allow faster iterations and to keep features parity in both platforms.

Technology

  • NPM for managing dependencies.
  • Node v14.16.1 (a .nvmrc is presented for nvm users).
  • lerna for managing the monorepo.

Projects

eslint-config

Shared settings for eslint for all the projects in this repo.

extension

The browser extension project. Includes webpack configuration for browser extensions and the dedicated components just for the extension.

prettier-config

Shared settings for prettier for all the projects in this repo.

shared

The main project with most of the components that are used in the applications. Every component that need to be used in both platforms should be placed in this project. This includes the design system components, custom hooks, and many more.

webapp

The web app project. It is a Next.js project and it has more pages than the extension. Such as registration page, article page, profile page, etc. For more information click here.

Want to Help?

So you want to contribute to daily.dev app suite and make an impact, we are glad to hear it. 😍

Before you proceed we have a few guidelines for contribution that will make everything much easier. We would appreciate if you dedicate the time and read them carefully: https://github.com/dailydotdev/.github/blob/master/CONTRIBUTING.md

Bootstrap Project

After cloning the project, please make sure to run the following commands to bootstrap the project:

npm i -g lerna
lerna bootstrap

Firefox Review

  • Install node v14.16.1 and npm v6.14.13
  • Install lerna as a global package npm i -g lerna
  • Bootstrap project lerna bootstrap
  • Change working directory to extension project cd packages/extension
  • Build Firefox version npm run build:firefox
  • Firefox build should be located at dist
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].