sadanandpai / frontend-mini-challenges

Collection of frontend challenges for learning and interviews
https://sadanandpai.github.io/frontend-mini-challenges/
MIT License
2.09k stars 521 forks source link

Mad story generator JS #113

Closed hritikbhattacharya closed 1 year ago

hritikbhattacharya commented 1 year ago

The Mad Libs project is a fun and interactive program that allows users to create humorous and often nonsensical stories by filling in the blanks with their own words or phrases it is a great way to practice user input, string manipulation, and basic programming concepts while providing an entertaining and creative experience for the users

The project typically involves the following components: Story Template: Start by creating a story template that includes a narrative with specific placeholders for different parts of speech (e.g., nouns, verbs, adjectives, adverbs).

Requirements: -Prompt the user to provide words or phrases for each placeholder. Collect and store these user inputs. -Replace the placeholders in the story template with the user-provided words or phrases, creating a customized and often comical story. -Present the final generated story to the user, complete with their input, and let them enjoy the humorous results.

Tech stack : JS ,html , CSS

Screen shot: image image

hritikbhattacharya commented 1 year ago

assign to me

sadanandpai commented 1 year ago

The repo is now no more under hacktoberfest.

hritikbhattacharya commented 1 year ago

not a problem I just want to contribute ,