KwickerHub / KwickerHub/WebCraftifyAI

shapes, Creator - Web design #93

Ouverte
#1,663 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub

Personne n'a encore pris cette issue.

auto-review easy first-timers-only good first issue GSOC hacktoberfest happy new year in... merry christmas
Langage dominant
HTML
Étoiles
88
Forks
367
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

https://images01.nicepagecdn.com/page/60/70/html-template-6070628.jpg Design a shapes, like the above image

Create a file "shapes,NUM_by(YourName).html" in the modules/shapes, folder.

Use simple HTML and CSS and JAVASCRIPT to create the shapes, animation. You can use the interface development https://roynek.com/kwickerhub/WebCraftifyAI/pages/dashboard.html (This project) or you can write the lines of code yourself. You can review and merge your PR yourself. simply follow the guide on accepting a PR at the bottom. It is simple but if you do have any issues with reviewing the PR, you can then reach out to the Admins.

Step by Step Guide on Contributing.

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 "shapes,NUM_YOUR_NAME.html" in the "modules/shapes," 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/shapes,/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.

Then make you Pull Request...

Below is a example of the code structure we need:

<div>
    <!---YOUR CODE---->
</div>

<style>
    /* YOUR STYLE */
</style>

<script>
    // YOUR SCRIPT if any
</script>

The goal of this issue is to create modules that other people/dev/designers can use or easily import into their projects. Avoid the desire to style all elements in the page by using codes like:

<style>

*{

}
/* OR */

div, a, h1, pre{

}


</style>

use classes or id to style the elements to avoid a collision of styles.

Remember to make your module usable across different screens(Make your design responsive).

For more examples:
modules->buttons
modules->cards
for examples of contributions or Pull request accepted in to the project.

And please do not wait for this issue to be assigned to you as we have limited hands but have a lot to do/cover. Please send in your PR.

Accepting Pull Request

This Issue has the auto-review so you can review and merge your code yourself. when you have made your PR, click this link: https://roynek.com/alltrenders/codes/theWorld.php?post_id=181 and then follow the few steps outlined to get your PR merged..

If this project looks promising or interesting to you, you can use the watch button or the star button above to keep an eye out for new developments.

Good-luck and thank you.

Guide de contribution

Ouvrir le guide de contribution

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Piste de recherche

Commencez par examiner modules/buttons et modules/cards pour comprendre la structure attendue des modules, puis créez le fichier demandé dans modules/shapes/. Le module doit fournir des formes et une animation responsives à l’aide de HTML, CSS et JavaScript encapsulés, les ressources SVG devant être placées dans modules/shapes,/images_and_icons.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
css, html, javascript
Domaine
design, frontend, web-dev
Type d'issue
Fonctionnalité
Difficulté
2/5
Temps estimé
1-3 heures
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
48/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.