KwickerHub / KwickerHub/WebCraftifyAI
Card design - Reproduce.
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 88
- Forks
- 367
- PR merge metrics
- No merged PRs in 30d
Description
Design a card like the above image
Create a file "card_2_by_(YourName).html" in the modules/cards folder.
Use simple HTML and CSS and JAVASCRIPT to create the cards animation. You can use the interface development https://kwickerhub.com/ (This project) or you can write the lines of code yourself.
Step by Step Guide.
Fork this project(Use the 'fork' button in the top right corner) and Clone your Fork.
git clone https://github.com/YOUR_USERNAME/frontend
Open your code Editor and Create a file "card_2_YOUR_NAME_.html" in the "modules/cards" folder of this project you just cloned. No need to create head, title and body tags, Just Add a div tag with some embedded style(i.e use the style tag) and the script tag where necessary.
If you want to add an image resource, please add it in the folder ••
"modules/cards/images_and_icons"
We recommend you use an svg for your image/icon.
Push your Code: You need to push your recent changes back to the cloud. Use the command below in the main directory of this Repository
git push origin dev
or use a GUI tool to avoid mistakes or complexity. LOL.
Make you Pull Request...
Good-luck.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the existing modules/cards folder and the provided reference image. Create card_2_by_(YourName).html there, keeping the implementation within the requested HTML, CSS, and JavaScript structure. Done means the card visually reproduces the reference and its animation works in the browser.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, html, javascript
- Domain
- design, frontend, web-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100