A vocabulary building application designed to help users learn new words and their meanings.
-
Copy
.env.example
to.env
:cp .env.example .env
-
Fill in your environment variables in
.env
:VITE_APPWRITE_ENDPOINT
: Your Appwrite endpointVITE_APPWRITE_PROJECT_ID
: Your Appwrite project IDVITE_APPWRITE_DATABASE_ID
: Your Appwrite database IDVITE_APPWRITE_COLLECTION_ID
: Your Appwrite collection IDVITE_GOOGLE_CLIENT_ID
: Your Google OAuth client IDVITE_GEMINI_API_KEY
: Your Gemini API key
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
- Learn new words and their meanings
- Track your progress and set goals
- Explore different categories of words
- Fork the repository:
git clone https://github.com/Opedepodepes-Olugbemi/quick-vocab.git
- Create a pull request