Small app that generates random blog posts and allow use to delete it or add new posts
- Two color themes: Light and Dark;
- Ability to add a custom blog post;
- Delete one or clear all post from the app;
- Ability to restore deleted post;
- Built in React;
- Faker library is used to generate fake posts;
- Replaced the prop drilling with the Context API;
- All the Context API are moved to a separate component;