Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hemanthkumar314/random_card_picker
- Owner: hemanthkumar314
- Created: 2024-03-25T04:46:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T06:40:49.000Z (4 months ago)
- Last Synced: 2024-07-13T07:43:19.631Z (4 months ago)
- Topics: ejs, expressjs, html-css-javascript, nodejs
- Language: EJS
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.