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

https://github.com/vsbron/course-react2023-atomic-blog

Small app that generates random blog posts and allow use to delete it or add new posts
https://github.com/vsbron/course-react2023-atomic-blog

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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