Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 649 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 649 Bytes

PagePal

https://pagepal.hannahnguyen.me/

PagePal is a versatile app designed to improve reading comprehension with AI-driven features, including text-to-speech for auditory learning, word definition generation, and AI pop quizzes. You can also import your own texts for a personalized learning experience.

To run PagePal locally:

1.Clone the repository:

git clone https://github.com/your-username/pagepal.git Replace your-username with your GitHub username.

2. Install dependencies:

npm install

3. Set up your environment variables in a .env file in the root directory.
4. Start the app:

npm start