An open API service indexing awesome lists of open source software.

https://github.com/sbagdat/learn-front-end


https://github.com/sbagdat/learn-front-end

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Learn Front-End with Projects

These project aims to teach front-end basics. I have been using them to teach my students.
You can freely use it for educational purposes.

## Beginner
1. [Background Color Changer](https://sbagdat.github.io/learn-front-end/01_background_color_changer/public/vanilla-js.html)
2. [Counter](https://sbagdat.github.io/learn-front-end/02_counter/public/vanilla-js.html)
3. [Customer Reviews](https://sbagdat.github.io/learn-front-end/03_customer_reviews/public/vanilla-js.html)
4. [Responsive Navigation Bar](https://sbagdat.github.io/learn-front-end/04_responsive_navbar/public/)
5. [FAQ](https://sbagdat.github.io/learn-front-end/05_faq/public/)

# TODO
- [x] Background Color Changer
- [x] Counter
- [x] Customer Reviews
- [x] Responsive Navigation Bar
- [x] Frequently Asked Questions
- [ ] Restaurant Menu
- [ ] Background Video
- [ ] Scroll
- [ ] Tabs
- [ ] Countdown
- [ ] Lorem Ipsum Generator
- [ ] Grocery List
- [ ] Slides

## Copyrights

This project is inspired by other projects listed below:
* [This blog post](https://www.freecodecamp.org/news/hone-your-javascript-skills-by-building-these-15-projects/) (freeCodeCamp)