This is a Flask application for finding Bible verses based on user feelings input. Users can input their current feelings, and the application will find relevant Bible verses to provide comfort or guidance.
- Input Form: Users can enter their feelings in a form.
- Bible Verse Retrieval: Retrieves relevant Bible verses based on the input feeling.
- Responsive Design: Designed to be accessible and usable across devices.
- Flask: Python web framework used for the backend.
- HTML/CSS: Frontend design and structure.
- Bootstrap: Frontend framework for responsive design.
- Bible API (optional): Used for retrieving Bible verses based on feelings input.
To run this Flask application locally:
- Clone the repository:
git clone https://github.com/nehajosephh/WordWise.git
cd your-repository
- Install dependencies using pip:
pip install -r requirements.txt
- Run the application:
python app.py
- Open your web browser and navigate to http://localhost:5000 to view the application.
Contributions are welcome! Please fork the repository and submit pull requests to contribute.
This project is licensed under the MIT License - see the LICENSE file for details.
- This is a project under development
- more features will be included.
- I still haven't learned how to deploy this. If anyone knows, please feel free to send a message.


