Welcome to the Atomic React Blogspot project! This is a simple React-based blog post application built with a focus on implementing the Atomic Design principles. The project consists of two main pages: a list of blog posts and a detailed view of each post.
This project demonstrates how to structure a React application using the Atomic Design methodology. The primary goal is to showcase a clean, scalable, and maintainable way to organize React components.
- List of blog posts
- Detailed view of each post
- Organized using Atomic Design principles
- Clean and maintainable code structure
This project organized based on Atomic Design Principles
src/
├── components/
│ ├── atoms/
│ ├── molecules/
│ ├── organisms/
│ ├── templates/
├── pages/
├── App.js
├── index.js- Node v21.1.0
- Npm v10.2.0
- React v18.2.0