├── 10Hours10Projects.png ├── README.md ├── base-project ├── index.html ├── script.js └── style.css ├── countdown-timer ├── index.html ├── script.js ├── snow.jpg └── style.css ├── drawing-app ├── index.html ├── script.js └── style.css ├── github-profiles ├── index.html ├── script.js └── style.css ├── index.html ├── movie-app ├── index.html ├── script.js └── style.css ├── notes-app ├── index.html ├── script.js └── style.css ├── password-generator ├── index.html ├── script.js └── style.css ├── quiz-app ├── index.html ├── script.js └── style.css ├── recipe-app ├── index.html ├── script.js └── style.css ├── style.css ├── todo-app ├── index.html ├── script.js └── style.css └── weather-app ├── index.html ├── script.js └── style.css /10Hours10Projects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/10Hours10Projects.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/README.md -------------------------------------------------------------------------------- /base-project/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/base-project/index.html -------------------------------------------------------------------------------- /base-project/script.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /base-project/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/base-project/style.css -------------------------------------------------------------------------------- /countdown-timer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/countdown-timer/index.html -------------------------------------------------------------------------------- /countdown-timer/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/countdown-timer/script.js -------------------------------------------------------------------------------- /countdown-timer/snow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/countdown-timer/snow.jpg -------------------------------------------------------------------------------- /countdown-timer/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/countdown-timer/style.css -------------------------------------------------------------------------------- /drawing-app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/drawing-app/index.html -------------------------------------------------------------------------------- /drawing-app/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/drawing-app/script.js -------------------------------------------------------------------------------- /drawing-app/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/drawing-app/style.css -------------------------------------------------------------------------------- /github-profiles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/github-profiles/index.html -------------------------------------------------------------------------------- /github-profiles/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/github-profiles/script.js -------------------------------------------------------------------------------- /github-profiles/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/github-profiles/style.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/index.html -------------------------------------------------------------------------------- /movie-app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/movie-app/index.html -------------------------------------------------------------------------------- /movie-app/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/movie-app/script.js -------------------------------------------------------------------------------- /movie-app/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/movie-app/style.css -------------------------------------------------------------------------------- /notes-app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/notes-app/index.html -------------------------------------------------------------------------------- /notes-app/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/notes-app/script.js -------------------------------------------------------------------------------- /notes-app/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/notes-app/style.css -------------------------------------------------------------------------------- /password-generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/password-generator/index.html -------------------------------------------------------------------------------- /password-generator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/password-generator/script.js -------------------------------------------------------------------------------- /password-generator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/password-generator/style.css -------------------------------------------------------------------------------- /quiz-app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/quiz-app/index.html -------------------------------------------------------------------------------- /quiz-app/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/quiz-app/script.js -------------------------------------------------------------------------------- /quiz-app/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/quiz-app/style.css -------------------------------------------------------------------------------- /recipe-app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/recipe-app/index.html -------------------------------------------------------------------------------- /recipe-app/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/recipe-app/script.js -------------------------------------------------------------------------------- /recipe-app/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/recipe-app/style.css -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/style.css -------------------------------------------------------------------------------- /todo-app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/todo-app/index.html -------------------------------------------------------------------------------- /todo-app/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/todo-app/script.js -------------------------------------------------------------------------------- /todo-app/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/todo-app/style.css -------------------------------------------------------------------------------- /weather-app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/weather-app/index.html -------------------------------------------------------------------------------- /weather-app/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/weather-app/script.js -------------------------------------------------------------------------------- /weather-app/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-10-hours/HEAD/weather-app/style.css --------------------------------------------------------------------------------