Created
September 8, 2019 01:48
-
-
Save ItsJustMeChris/0201302e6c4f31c83d58beb058920b75 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=Days 1-15 (Front End) | |
Day 1: Workout Application: | |
Create a front end application which lets people track their workouts, try to implement some type of calculator that allows them to see predicted calorie burn. | |
Day 2: Recipe Application | |
Create an application that allows users to browse recipes, try to implement local storage to allow them to save their recipes, bonus points for URL based seed sharing to share recipes! | |
Day 3: Landing Page | |
Grandma is opening a cookie shop! You must help her by designing and creating a fun and formal cookie shop landing page! | |
Day 4: Task Tracker | |
Sometimes life gets chaotic, help everyone out with an application that allows them to keep track of their tasks, try to implement local storage to store and load tasks! | |
Day 5: Time Zone calculator | |
Help! My friends are in Europe, and I can never remember what the time conversion is, create an application that allows users to view the time in various other timezones, along with their own time! | |
Day 6: Cookie Listings Application | |
Grandma's cookie shop has been blowing up, she needs an application for adding and showing different cookies! Try to use local storage to extend grandma's website to have a page that allows her to add and see various cookies she offers. | |
Day 7: Music Sharing Application | |
Music is awesome, my friends don't know about some artists I like sometimes, so I need a way to share songs with them. Create an application that allows users to share song details with other people. Look at things like (https://www.programmableweb.com/api/happi-music) | |
Day 8: Image Sharing Platform | |
Images are awesome, but sometimes we need ways to share them efficiently! Create an application that allows users to upload and share pictures, try to use local storage to store the images! (hint! base64) | |
Day 9: Contact Me Application | |
Grandma has realized that only local people are contacting her about cookies, that know her or someone else, create an application that is able to send emails to her (try things like mailchimp) | |
Day 10: Movie API Consumer! | |
Movies! I never know what's coming out soon, create an application that allows users to view soon to be released, and in theatre movies! (look at things like https://www.themoviedb.org/ api) | |
Day 11: Online News Paper! | |
Design and create a simple online news paper website, it should be a website designed solely for consuming text, try to make it fun and interactive! | |
Day 12: Cookie Recipe Information | |
HELP! Grandma accidentally spilt water on her cookie recipes, she needs you to create an application that lets her store and view various recipes that she has for her cookies so it doesn't happen again, try to use local storage! | |
Day 13: Item Tracker | |
Create an application that lets users track items, imagine you're in a company and they need a way to allow employees to rent out tools or appliances, create a way to store and view items based on unique identifiers! | |
Day 14: Random Day! | |
You've been on a hard schedule, create something completely random that you think is fun, if you MUST have a list of recommendations, here's a few. | |
Video /physical game website (Write a website for your favorite video or phyiscal game) | |
Sports team tracker (Write a website to track sports teams wins and losses for their respective current season) | |
Translation Library (Explore the 18n standard and create a javascript library for handling translations) | |
Day 15: Cookie Ordering Application | |
Gramda decided that the demand is too high to keep track of on paper, create an application that lets people order and track cookie orders online! | |
=Days 16-30 (Full Stack) | |
Day 16: | |
Day 17: | |
Day 18: | |
Day 19: | |
Day 20: | |
Day 21: | |
Day 22: | |
Day 23: | |
Day 24: | |
Day 25: | |
Day 26: | |
Day 27: | |
Day 28: | |
Day 29: | |
Day 30: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment