Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hemanthkumar314/random_card_picker

An Storyline card Picking Application designed for users to pick cards containing storylines randomly to increase their creativity in writing prompts and designing
https://github.com/hemanthkumar314/random_card_picker

ejs expressjs html-css-javascript nodejs

Last synced: about 2 hours ago
JSON representation

An Storyline card Picking Application designed for users to pick cards containing storylines randomly to increase their creativity in writing prompts and designing

Awesome Lists containing this project

README

        

Random Card Picking Application


Overview



The Storyline Card Picking Application is designed to help users randomly select cards that contain different storylines.
This can be used for creative writing prompts, game development, or any scenario where random story elements are needed.

Key Features





  • User Authentication : Users can sign up and log in to access personalized features.Authentication ensures that users can save and manage their favorite storylines


  • Storyline Card Database : A comprehensive database stores various storyline cards, each containing a unique story prompt or scenario.


  • Random Card Selection : Users can click a button to randomly pick a storyline card and application ensures that each card is randomly selected from the database.


  • Card Management (Admin Features) :Admins can add, edit, or remove storyline cards from the database and categorize cards and manage the database to keep the content fresh and relevant.


Technologies Used





  • Front End




    • HTML : Structures the content on web pages.


    • CSS : Styles the web pages for a visually appealing layout.


    • JavaScript : Adds interactivity and handles AJAX requests for real-time updates.




  • Back End




    • Node.js with Express : Handles server-side logic and API endpoints for user authentication, card management, and random card selection.


    • PostgreSQL : Stores storyline cards and user data securely.