vsbron / course-react2023-atomic-blog

Small app that generates random blog posts and allow use to delete it or add new posts

Repository from Github https://github.comvsbron/course-react2023-atomic-blogRepository from Github https://github.comvsbron/course-react2023-atomic-blog

The Atomic Blog

Small app that generates random blog posts and allow use to delete it or add new posts

Features

  • 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;

Details

  • 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;

Live version

https://vsbron-course-react2023-atomic-blog.netlify.app

About

Small app that generates random blog posts and allow use to delete it or add new posts


Languages

Language:JavaScript 82.1%Language:CSS 14.9%Language:HTML 3.0%