Enhancing communication within email threads.
- Chat to edit the email in a dialog
- Spellchecking detects misspellings in realtime
- History stores major changes to the text
- React JavaScript
- TailwindCSS
- Nspell
- OpenAI
git clone https://github.com/orthizar/betweenthelines.git
cd betweenthelines
npm install
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_OPENAI_API_KEY=
REACT_APP_GOOGLE_API_KEY=
npm start
We welcome contributions from the community! To contribute to BetweenTheLines, follow these steps:
- Fork the repository
- Create a new branch for your feature or bug fix
- Make your changes and commit them
- Push your changes to your fork
- Submit a pull request to the main repository