Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 2.17 KB

Contributing.md

File metadata and controls

66 lines (45 loc) · 2.17 KB

Contributing to the Mosaicra Daily Design Challenge

Welcome to the Mosaicra Daily Design Challenge! We are thrilled to have you participate and showcase your design skills. Below are the guidelines for participating in the challenge.

How to Participate

  1. Create a Design: Use Figma to create a design or code it based on the daily challenge.
  2. Upload Your Work: Submit your work by providing either a Figma file/link or your source code to GitHub.

Submission Process

  1. Fork the Repository: Start by forking the Mosaicra Design Challenge repository.

  2. Clone the Repository: Clone your forked repository to your local machine.

    git clone https://github.com/YOUR_USERNAME/mosaicra-design-challenge.git
  3. Edit Your Design: Create a folder with your name inside the appropriate day[n] folder for the current challenge. Your folder structure should look like this:

    day2/
        gautamankoji/
            crypto-wallet-design.fig
            crypto-wallet-design.png
            README.md
            crypto-wallet-design.html (optional)
            src/ (react, django, .NET) (optional)
  4. Commit Your Changes: After adding your files, commit your changes.

    git add .
    git commit -m "Add my design for Day [n]"
  5. Push Your Changes: Push your changes to your GitHub repository.

    git push origin main
  6. Submit a Pull Request: Finally, submit a pull request (PR) to the original repository.

Submission Requirements

  • Ensure your submission includes a README file that contains:
    • A sample image of your design.
    • A brief description of your design and any additional features or functionalities you implemented.

Prizes & Judging

  • Prizes will be revealed at the end of the challenge!
  • Judging criteria include:
    • Consistency in design.
    • Overall design skills.
    • Extra consideration for creativity and a polished approach.

Important Deadline

The last valid submission time is 23:00 every day. Make sure to submit your work before the deadline!


We look forward to seeing your amazing designs!