DEV Community

Cover image for 7 Projects With Resources to Learn Web Development
BigsonDev
BigsonDev

Posted on

7 Projects With Resources to Learn Web Development

Introduction

Based on feedback from my previous post we created a few more projects to help you improve Frontend/Web Development skills. This time I also researched similar projects to link a few resources for easier learning. 😊

As the dev.to community is so heartwarming to us we decided to offer a unique promo code BDSDEVTO30 for our subscriptions, while most of the content is free in our app, we're always happy to see that you guys are supporting our hard work ❤️.

Let's dive into the projects! 🤿

1. Pokedex

Catch them all! Ah, this one is bringing back a lot of memories, let's create your own Pokémon dictionary with all the species!

Image description

You will learn more about Pokémons, obviously... and more about API integration with infinite loading, dynamic rendering and RWD, interactive search panel, sorting, filtering and a detailed view with data handling!

Cards

  1. API Configuration
  2. UI Rendering
  3. Search Panel
  4. Sorting Functionality
  5. Filters
  6. Pokémons Details

How to create tutorials

Additional resources

2. Music Player

An awesome way to recreate your favorite music player and learn about audio controls in HTML (and CSS for styling).

Image description

You will learn more about UI controls, data handling, event handling, audio playback, and a cool UX/UI Design.

Cards

  1. UI Logic
  2. Play Button
  3. Pause Button
  4. Replay Button
  5. Loop Button
  6. Time Slider
  7. Next Button
  8. Previous Button
  9. Mute Button
  10. Unmute Button
  11. Sound Level Slider

How to create tutorials

Additional resources

3. Code Editor

Recreate the main functionality of websites like JSFiddle or CodePen. 🤩

Image description

You will learn about JavaScript interactivity, CSS Flexibility (flexbox/grid layout), 3rd party library integration, e.g. CodeMirror, and some local storage to persist the code between user sessions.

Cards

  1. Navigation Bar
  2. Code Area
  3. Preview of Code
  4. Resizing Vertical Bar
  5. Change View Button
  6. Code Editor Library
  7. Responsive Web Design
  8. Additional Cases

How to create tutorials

Additional resources

4. Quiz App

Create a fun quiz app with 10 randomly generated questions from different categories to easily play and test your knowledge.

Image description

You will learn about API Integration (Open Trivia DB API), interactive UI Development, state management to transition between questions and results page, as well as Responsive Design (RWD).

Cards

  1. API Configuration
  2. Home Page
  3. Quiz Generation
  4. Questions Logic
  5. Last Question
  6. Results Bar
  7. Results Answers
  8. Sticky Navigation
  9. Tablet Design
  10. Mobile Design

How to create tutorials

Additional resources

5. Find Movies

Create your app for quickly previewing featured Movies and TV Series, search your favorite movies, and see the details page of it!

Image description

You will learn to fetch data from external APIs, dynamic search techniques with debouncing, modern UX/UI design, and infinite scrolling with data pagination.

Cards

  1. API Configuration
  2. Search Bar
  3. Featured Today Section
  4. Premieres and Announcements Section
  5. Details Page
  6. Skeleton Animation
  7. Error Handling
  8. Recent Searches
  9. Skeleton Animation
  10. Error Handling

How to create tutorials

Additional resources

6. Tic Tac Toe

One of the most classic games ever, always fun to work a little bit with game logic.

Image description

You will learn a bit more about interactive, modern Frontend development, game logic implementation, RWD, modals, event handling with state management, and basic routing.

Cards

  1. Home Page
  2. Pick Player
  3. Game Board
  4. Gameplay
  5. Game End
  6. Modals
  7. Tablet Design
  8. Mobile Design

How to create tutorials

Additional resources

7. Todo App

Another classic, todo app style, if you haven't created one yet, it might be a good time now!

Image description

You will learn interactive UI Design with dynamic JavaScript content management, CSS and theming, and event handling with state management for operations like creating a todo, marking it as completed, or deleting it.

Cards

  1. UI Container
  2. Add Todo
  3. Delete Todo
  4. Mark as Completed
  5. Light Mode Toggle

How to create tutorials

Additional resources

Summary

And that's it! There's a ton to learn from these projects each of them being unique and a nice addition to your portfolio.

We're adding projects every 2nd week and our next big feature we plan to release in January 2024 is Daily Challenges - you'll get a simple design to practice each day for 100 days for the #100DaysCodeChallenge journey.

On top of that, we're adding an integrated Code Editor with AI support so you can speed up your learning curve even more!

It's been my goal for a long time to spread a project-based learning approach through the community and have BigDevSoon up and running, an app we've been working on for the last 2 years. It's a great achievement for us.

Keep codin' BIG! 🙇‍♂️

Top comments (0)