simple-calendar-schedule is simple browser extension that gives you quick access to emojis
- Several emojis separated by category.
- Support for Google Chrome, Brave, Firefox and others.
- Saves the most used emogis
You will need:
- Clone this repo locally:
git clone git@github.com:maikonalexandre/simple-calendar-schedule-.git
- Install dependencies:
#run
npm install
# or
pnpm install
# or
yarn install
- Setup backend:
cd packages/backend
# run
npx prisma generate
# and
npx prisma migrate dev --name init
- Run backend:
#on root directory run or dev on backend directory
npm backend
# or
pnpm backend
# or
yarn backend
- Run frontend:
#run on root directory or dev on frontend directory
npm front end
# or
pnpm front end
# or
yarn front end
- Typescript - JavaScript with syntax for types.
- Tailwindcss - A utility-first CSS framework for rapidly building custom designs
- Prettier - An opinionated code formatter.
- shadcn-ui - An style library
- Vite - A build tool that aims to provide a faster and leaner development experience for modern web projects.
- Fastify - is a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture.
- Prisma - is a data base orm for javascript
And more