Skip to content

Latest commit

 

History

History
73 lines (69 loc) · 7.32 KB

fullstack-dev.md

File metadata and controls

73 lines (69 loc) · 7.32 KB

Fullstack Web Development - Speedrun / Practice

Notes

The following is a list of practice projects for full stack development intended to be used as ideas for portfolio projects or for use in a speedrun (set aside a month or two and speed through as many as you can in that time - as an intensive hands on practice.)

Always find or make your own open source assets when doing any clone, and attribute your sources. Don't get sued for copyright violation.

Projects

  • Project: 100 Days of CSS - pick 1 of the 100 and implement it
  • Project: Pick a template from here, here or here and implement the frontend of a website with it as your inspiration (do not use its assets)
  • Project: 100 Days of CSS - pick 1 of the 100 and implement it
  • Project: Select an API from Todd Motto's API List and build a frontend-only application powered by data fetched from the API you chose.
  • Project: Build a full stack flashcards app, pre-populated with flash cards for JavaScript review.
  • Project: Full stack project of your choice (ideas: clone Facebook, Reddit, Netflix, Slack) - Consider building it as a Chrome Extension, Mobile, or Electron App.
  • Project: CSS Zen Garden - implement your own CSS design for the competition
  • Project: Enhance your flash cards app with another deck of cards for an additional topic of your choosing.
  • Project: Full stack project of your choice (ideas: clone Facebook, Reddit, Netflix, Slack) - Consider building it as a Chrome Extension, Mobile, or Electron App.
  • Project: Clone Twitter using the language/framework of your choice on the backend, and your frontend framework/library of choice. Include all basic features: signup/login/logout, follow user, search, tweet, like/retweet, home page with stream of recent tweets.
  • Project: Pick a template from here, here or here and implement the frontend of a website with it as your inspiration (do not use its assets)
  • Project: Enhance your flash cards app with another deck of cards for an additional topic of your choosing.
  • Project: 100 Days of CSS - pick 1 of the 100 and implement it
  • Project: Select an API from Todd Motto's API List and build a frontend-only application powered by data fetched from the API you chose.
  • Project: Full stack project of your choice (ideas: clone Facebook, Reddit, Netflix, Slack) - Consider building it as a Chrome Extension, Mobile, or Electron App.
  • Project: Enhance your flash cards app with another deck of cards for an additional topic of your choosing.
  • Project: Pick a template from here, here or here and implement the frontend of a website with it as your inspiration (do not use its assets)
  • Project: 100 Days of CSS - pick 1 of the 100 and implement it
  • Project: Select an API from Todd Motto's API List and build a frontend-only application powered by data fetched from the API you chose.
  • Project: Enhance your flash cards app with another deck of cards for an additional topic of your choosing.
  • Project: Clone Medium. Include: create account, create post, publish post, edit post, add topic to post, follow user, follow topic, cheer for post, and home page with feed of recent posts, followed users, and followed topics.

Helpful links