DEV Community

Cover image for Join Us For The Next Frontend Challenge: Earth Day Edition!
dev.to staff for The DEV Team

Posted on

Join Us For The Next Frontend Challenge: Earth Day Edition!

We kicked off our first frontend challenge a few weeks ago with the promise that we’d run these regularly if the community enjoyed participating – your submissions sent us over the moon, so now we are so back with our next Frontend Challenge!

For this next Frontend Challenge, we’ll be celebrating our planet’s largest civic event: Earth Day. 🌍 🌏 🌎

This challenge features two prompts. We are bringing back the CSS Art and Glam Up My Markup prompts for this challenge – don’t worry, One Byte Explainer will make an appearance again in the future!

Like last time, there will be a winner for each prompt, and to celebrate Earth Day, we will also have an additional prize category for this challenge. That’s three chances to win bragging rights, a gift from the DEV Shop, and an exclusive DEV badge. As always, participants with a valid submission will receive a completion badge.

Frontend isn’t your thing? Or are you looking for a challenge with bigger prizes? The Coze AI Bot Challenge is running now with a $3,000 prize pool.

Read on to learn about each prompt and how to participate!

Prompts

CSS Art: Earth Day

Draw what comes to mind for you when it comes to Earth Day. Is it our beautiful planet? Is it a symbol that drives awareness about climate change? Whatever it is, show us!

Your submission should not use any JavaScript and should flex your creativity in CSS. Your submission will include markup, may include SVG, etc. but should mostly show off your skills in CSS.

Judging Criteria

  • Creativity
  • Effective use of CSS
  • Aesthetic outcome

Here is the submission template for anyone that wants to jump right in, but please review all judging criteria and challenge rules on the official challenge page before submitting.

CSS Art Challenge Submission Template

Glam Up My Markup: Earth Day Celebration Landing Page

Use CSS and JavaScript to make the below starter HTML markup beautiful, interactive, and useful.

Your submission should be more fun and interactive than the HTML we provide, but also be usable and accessible. You should not directly edit the HTML provided, unless it is via JavaScript. We expect style and substance. You may add basic boilerplate, including meta tags etc. for presentation purposes.

<body>
<header>
<h1>Welcome to Our Earth Day Celebration!</h1>
</header>
<section>
<article class="facts">
<h2>Did You Know?</h2>
<p>Earth Day was first celebrated on April 22, 1970, and now includes a wide range of events coordinated globally by EARTHDAY.ORG including 1 billion people in more than 193 countries.</p>
</article>
<article>
<h2>Why Celebrate Earth Day?</h2>
<p>Earth Day is more than just a single day — April 22. It's a day to remind us to take action in our communities and beyond, to protect the environment, restore damaged ecosystems, and live a more sustainable life.</p>
</article>
<article>
<h2>How You Can Help</h2>
<p>Join us in making a difference! Here are some ways you can contribute to preserving our planet:</p>
<ul>
<li>Reduce, reuse, and recycle.</li>
<li>Volunteer for cleanups in your community.</li>
<li>Conserve water and electricity.</li>
<li>Plant a tree.</li>
<li>Educate others about environmental conservation.</li>
</ul>
</article>
<div class="action-call">
<h2>Take Action Now</h2>
<p>Join our Earth Day quiz to test your knowledge and learn more about what you can do to help our planet!</p>
<a href="#">Start the Quiz!</a>
</div>
</section>
<div class="testimonial">
<h2>Inspiration Corner</h2>
<p>"The Earth does not belong to us: we belong to the Earth." - Marlee Matlin</p>
<p>This Earth Day, let's remember we are part of a larger ecosystem and our actions have a profound impact on our planet.</p>
</div>
<div class="events">
<h2>Join an Event</h2>
<p>Participate in local and global Earth Day events to take action towards a sustainable future. Check out <a href="#">events near you</a>.</p>
</div>
<footer>
<p>Happy Earth Day! Together, we can make a difference.</p>
</footer>
</body>
Enter fullscreen mode Exit fullscreen mode

Judging Criteria:

  • Accessibility
  • Usability and user experience
  • Creativity
  • Code quality

Here is the submission template for anyone that wants to jump right in, but please review all judging criteria and challenge rules on the official challenge page before submitting.

Glam Up My Markup Submission Template

Additional Prize Category

In addition to being able to win each prompt, we have a special prize category in honor of our planet:

  • Earth Day: Awarded to a top submission that brings awareness to climate change.

Our Earth Day winner will receive an additional ultra-exclusive badge for their DEV profile, in addition to the Frontend Challenge winner badge and gift from the DEV shop.

How To Participate

In order to participate, you will need to publish a post using the submission template for your prompt. You can find all judging criteria, challenge rules, and submission templates on the official challenge page.

Our rules and guidelines cover topics such as entry requirements, team submissions, use of AI, and more, so please be sure to read it thoroughly.

Important Dates

April 17: Frontend Challenge v24.04.17 begins!
April 28: Submission due at 11:59 PM PDT
April 30: Winners Announced

planet-earth-illustration

We’re very excited to see your Earth Day projects! Questions? Ask them below.

Good luck and happy coding!

Top comments (36)

Collapse
 
ben profile image
Ben Halpern

Hope folks submit to both challenges!

Collapse
 
arndom profile image
Nabil Alamin

That's the plan 👌

Collapse
 
arndom profile image
Nabil Alamin

And it's done 😄

CSS Challenge: dev.to/arndom/recreating-a-gif-wit...

Coze Challenge: dev.to/arndom/webdevdocs-workflow-...

Collapse
 
shrutimsra profile image
Shruti

Hey ! I want to know that where to post the project of earth day to let them judge ? Actually i am in new in dev community so i dont know

Collapse
 
warkentien2 profile image
Philip Warkentien II

Hi @shrutimsra, ideally you'll:

  1. design on codepen (it's free) codepen.io/,
  2. then using the CSS Art Challenge Submission Template linked on this article, you will write your own article.
  3. You'll embed your project inside your article, like you can see here: dev.to/mwanahamuntu_/how-to-embed-...
  4. Share your article on your socials and interact with the work of other devs in this community. you can find their posts by searching for the tags related to this challenge. dev.to/t/devchallenge
Collapse
 
softwaredeveloping profile image
FrontEndWebDeveloping

I'm glad there's another front end challenge. I don't know the least thing about developing AI software.

Collapse
 
ben profile image
Ben Halpern

Try both just for fun 😝

Collapse
 
softwaredeveloping profile image
FrontEndWebDeveloping

I would love to, but I don't see how I can. I've only been learning to develop software since December. I only know HTML, CSS, and native JS. I don't know the first thing about how do develop AI. If you think, with the knowledge I have, I could, and were willing to give me a few pointers, I would gladly join. But as far as I know, I have no where near enough understanding to create AI software, even of the most simple variety.

Thread Thread
 
jess profile image
Jess Lee

I'd recommend checking out the Coze livestream on 04/22 at 5pm EDT -- they'll be walking through the whole process and I think it will be more approachable than you expect! If you can't make the livestream, we will plan to publish the video when it's over.

Collapse
 
aortega profile image
Alverto Ortega

yessss, love me some design :D
Thanks for these challenges!

Collapse
 
ben profile image
Ben Halpern

Awesome

Collapse
 
sarahokolo profile image
sahra 💫

Let's goooo💥💪💥

Collapse
 
ben profile image
Ben Halpern

Can't wait to see what you make!

Collapse
 
_eduard26 profile image
Eduard Constantin

Are we going to get another completion badge if we already have one?

Collapse
 
ben profile image
Ben Halpern

Yup! We're working out the design details of how it will go but you get a new one every time.

Collapse
 
_eduard26 profile image
Eduard Constantin

Awesome!

Collapse
 
swaraj_singh__ profile image
Swaraj Singh ☸️

Super excited for this one😃

Collapse
 
jarvisscript profile image
Chris Jarvis

I missed this when it was announced. Found it on LinkedIn. Started on it today.

Collapse
 
ssukhpinder profile image
Sukhpinder Singh

OOhhhh Yeahh...!!! Another challenge......pretty excited.

Serious Kung Fu GIF by Bombay Softwares - Find & Share on GIPHY

Discover & share this Bombay Softwares GIF with everyone you know. GIPHY is how you search, share, discover, and create GIFs.

giphy.com
Collapse
 
jess profile image
Jess Lee

Good luck everyone :)

Collapse
 
rafajrg21 profile image
Rafael Romero

I have an ambitious idea for this one! Hope I can make it a reality 🙌🏻 good luck to anyone participating, let's make something cool for everyone on earth to see 🌍🌎 (get it?)

Collapse
 
sundus profile image
Sundus Hussain

Hi, Excited for this

Collapse
 
uzondu9 profile image
Uzondu

This is the type of challenge I am up for. The AI challenges aren't easy to follow; a frontend challenge is just right for my programming journey 👍.
So I will definitely be joining you guys in this coding adventure.

Collapse
 
jeffchavez_dev profile image
Jeff Chavez

Wow. This is cool!

Collapse
 
renancferro profile image
Renan Ferro

Yeahh, let's gooooo

Image description

Collapse
 
grahamthedev profile image
GrahamTheDev

The Coze AI Bot Challenge is running now with a $3,000 prize pool. this link doesn't work "Coze Ai Bot Challenge" FYI! 💗

Collapse
 
jess profile image
Jess Lee

Ah, thank you! Fixed! Here it is as well: dev.to/devteam/join-us-for-the-coz...