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
- Host: GitHub
- URL: https://github.com/vsbron/course-react2023-atomic-blog
- Owner: vsbron
- Archived: true
- Created: 2023-11-15T12:25:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T12:55:37.000Z (over 2 years ago)
- Last Synced: 2025-03-01T09:47:10.202Z (over 1 year ago)
- Language: JavaScript
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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