Welcome to WordyStart, a simple application designed to help you kickstart your day with inspiration and reflection.
WordyStart offers a unique daily experience, providing you with a thought-provoking quote and a stimulating question, both centered around a specific daily theme. It's the perfect way to set your mind in motion and start your day with purpose.
Word of the Day: Explore a daily word that will spark your curiosity and expand your vocabulary.
Question of the Day: Engage in a daily thought-provoking question that encourages reflection and introspection.
About: Learn more about WordyStart and its purpose. Word of today: Discover the word that will accompany you throughout the day. Question of today: Delve into a meaningful question that invites contemplation.
To experience WordyStart, simply visit WordyStart and explore the daily word and question. You can also use the convenient buttons to quickly access the Word of the Day and Question of the Day.
Bootstrap: Stylish and responsive design for an optimal user experience.
jQuery: Sending a request to the server and receiving a response.
HTML and CSS: The foundation of the web application.
Express.js: A minimal and flexible Node.js web application framework.
Gemini API: Generates a random word of the day, theme and question of the day.
Mongo DB: A NoSQL database that stores the daily word and question.
WordyStart was a one day project.
- Clone the repository.
- Run
npm installto install the required dependencies. - Run
npm startto start the server. - Have mongodb installed and running on your local machine.
- Get a google api key from here https://makersuite.google.com/app/apikey and replace the key in the .env file.
- Open your browser and navigate to
http://localhost:3000/to use the app.