DSC-LEGACY-WEB-DEVELOPMENT-PROJECT / Webble

Open source project on web development components having a vision to turn it into a library
MIT License
0 stars 1 forks source link

develop modern looking cards #3

Open Chailex opened 3 years ago

Chailex commented 3 years ago

Looking for new ideas and contributions on modern looking card designs(Example: bootstrap cards). Bootstrap CSS classes can be used to make the cards but javascript should be written from scratch and cannot use jquery.

terrifricker commented 3 years ago

I'm interested in working on this. I'd like to create three different designs for pinterest posts.

Chailex commented 3 years ago

I'm interested in working on this. I'd like to create three different designs for pinterest posts.

Sure you can start working on it. Follow the instructions from contributing.md file.

  1. After cloning this project make a components folder inside the project.
  2. Then inside components folder make cards folder(or if you want to contribute in developing other components, then also follow the same steps. Like if you want to make navbar then name a folder navbar inside components folder and start working on it).
  3. Inside the particular component folder you need to include your work (like for cards you need to include your cards inside cards folder) The exact hierarchy would be : components -> cards -> your card designs
terrifricker commented 3 years ago

Thank you.