https://github.com/florinpop17/10-projects-10-hours
https://github.com/florinpop17/10-projects-10-hours
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/florinpop17/10-projects-10-hours
- Owner: florinpop17
- Created: 2020-09-01T16:50:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T10:42:58.000Z (over 1 year ago)
- Last Synced: 2025-03-31T19:11:33.023Z (7 months ago)
- Language: JavaScript
- Size: 2.19 MB
- Stars: 1,681
- Watchers: 51
- Forks: 639
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 10 Projects in 10 Hours
YouTube video is now Live, click below:
[](https://www.youtube.com/watch?v=dtKciwk_si4)
I took on a challenge to completed 10 Projects in 10 Hours while streaming everything on [Twitch](https://twitch.tv/florinpop17).
You can find the projects [here](https://10projects10hours.netlify.app/).
1. Countdown Timer
- Design: https://uidesigndaily.com/posts/sketch-countdown-timer-day-876
- future date
- timer
2. Quiz App
- Design: https://uidesigndaily.com/posts/sketch-questionnaire-choice-submit-day-924
- questions from obj
- select answer
- at the end show score
3. Recipe App
- Design: https://uidesigndaily.com/posts/sketch-recipe-app-food-mobile-day-615
- recipe info on click
- fav recipe (w/ localStorage)
4. Notes App
- Design: https://uidesigndaily.com/posts/photoshop-notes-widget-day-65
- CRUD note
- markdown
- localStorage
5. ToDo App
- Design: http://todomvc.com/examples/react/#/
- CRUD todos
- localStorage
6. Movie App
- Design: https://uidesigndaily.com/posts/photoshop-movie-app-mobile-day-193
- list of movies
- movie info
- fav movie
- actors
7. GitHub Profiles App
- Design: https://uidesigndaily.com/posts/photoshop-profile-card-user-day-286
- search for user
- get and show data
8. Drawing App
- canvas
- size
- color
9. Password Generator
- Design: https://codepen.io/FlorinPop17/full/BaBePej
- numbers
- letters
- symbols
- copy to clipboard
10. Weather App
- Design: https://uidesigndaily.com/posts/photoshop-weather-prognosis-day-156
- enter location
- get weather
- have some icons?