Hacker News Clone
Hacker news clone using API and Reducer written in vanilla javascript
Why? This project was made with the objective of reinforcing concepts such as status and state when using a reducer made in plain javascript.
Who? Use the hacker news api and then using a reducer update the state( favorites) without mutating the initial data.
Made with:
- HTML
- SASS
- Webpack
- Javascript Vanilla