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

https://github.com/teotimepacreau/progress-steps-day2-of-100daysofcode

Progress Steps built with Vanilla JS, CSS, HTML
https://github.com/teotimepacreau/progress-steps-day2-of-100daysofcode

100daysofcode css html progress-bar progress-steps vanillajs

Last synced: 3 months ago
JSON representation

Progress Steps built with Vanilla JS, CSS, HTML

Awesome Lists containing this project

README

        

# Progress-Bar

![Progress-Bar-demo](https://github.com/teotimepacreau/Progress-Steps-Day2-of-100DaysOfCode/blob/main/Progress%20Steps.gif)

# Project goal

- position relative and position absolute to create the progress bar
- disabling and enabling buttons
- CSS animation + transition to give it the smooth effect
- Font-awesome icons
- Cursor not-allowed and cursor pointer
- use Flexbox to create component and align
- Vanilla JS eventListener, loops, class handling, IF logic to count the progress upward and backward

# 🛠️
HTML, CSS, Vanilla JavaScript