Wordigo is a comprehensive browser extension project designed to enhance vocabulary learning on the web. It allows users to translate and add words to a personal dictionary directly while browsing.
- Frontend: React, Next.js, TailwindCSS, Shadcn, Redux, Next-SEO, Next-Auth
- Monorepo Management: TurboRepo
- Node.js
- Yarn
Copy .env.example
to .env
and fill in the necessary variables to configure the application environment.
wordigo/
├── apps/
│ └── next/ # Main web application built with Next.js.
├── packages/
│ ├── ui/ # Reusable UI components built with Shadcn and TailwindCSS.
│ ├── config/ # Shared configuration files and utilities.
│ ├── tsconfig/ # Shared TypeScript configuration settings.
│ └── common/ # Shared utilities and common code.
├── .env.example # Example environment variables file.
├── .gitignore # Specifies intentionally untracked files to ignore in Git.
├── LICENSE # License file for the project.
├── package.json # Project metadata and dependencies.
├── yarn.lock # Yarn lock file to lock down versions of package dependencies.
├── README.md # Project documentation and setup guide.
├── .prettierrc.json # Prettier configuration file for code formatting.
└── turbo.json # TurboRepo configuration for managing the monorepo.
- Clone the repository:
git clone https://github.com/your-repository-url
- Install dependencies:
yarn install
- Run the development server:
yarn dev
Thank you for your contributions! We appreciate all the contributions from the community.
For questions or feedback, please reach out to us at [email protected].
This project is licensed under the MIT License - see the LICENSE file for details.