Skip to content

OsamaaSayed/Blog-Reactjs

Repository files navigation

ChillTime Blog🔥Live

A repo for Movies & Tv Series Blog with Reactjs 👋

📸Screenshot

📁Project Structure

├───src/
│   ├───assets/
│   │   └───Images/
│   │       ├───background.jpeg
│   │       └───Joker.jpg
│   ├───Components/
│   │   ├───DeleteModal/
│   │   │   └───DeleteModal.jsx
│   │   ├───EditModal/
│   │   │   └───EditModal.jsx
│   │   ├───LoginForm/
│   │   │   └───LoginForm.jsx
│   │   ├───PostForm/
│   │   │   └───PostForm.jsx
│   │   ├───RegisterForm/
│   │   │   └───RegisterForm.jsx
│   │   └───shared/
│   │       ├───DeleteButton/
│   │       │   └───DeleteButton.jsx
│   │       ├───EditButton/
│   │       │   └───EditButton.jsx
│   │       ├───EyeIcon/
│   │       │   └───EyeIcon.jsx
│   │       ├───EyeSlashIcon/
│   │       │   └───EyeSlashIcon.jsx
│   │       ├───LogoIcon/
│   │       │   └───LogoIcon.jsx
│   │       └───PostCard/
│   │           └───PostCard.jsx
│   ├───Containers/
│   │   ├───Home-Page/
│   │   │   └───PostContainer.jsx
│   │   └───PostDetails-Page/
│   │       └───PostDetailsContainer.jsx
│   ├───Layout/
│   │   ├───Footer/
│   │   │   └───Footer.jsx
│   │   └───Header/
│   │       └───Header.jsx
│   ├───Pages/
│   │   ├───AddPost/
│   │   │   └───AddPost.jsx
│   │   ├───Home/
│   │   │   └───Home.jsx
│   │   ├───Login/
│   │   │   └───Login.jsx
│   │   ├───NotFound/
│   │   │   └───NotFound.jsx
│   │   ├───PostDetails/
│   │   │   └───PostDetails.jsx
│   │   ├───Register/
│   │   │   └───Register.jsx
│   │   └───ServerError/
│   │       └───ServerError.jsx
│   ├───Service/
│   │   └───API.jsx
│   ├───Utils/
│   │   └───PrivateRoutes/
│   │       └───PrivateRoutes.jsx
│   ├───App.css
│   ├───App.jsx
│   ├───index.css
│   └───main.jsx
├───.gitignore
├───index.html
├───package-lock.json
├───package.json
├───postcss.config.cjs
├───README.md
├───tailwind.config.cjs
└───vite.config.js

About

A repo for Movies & Tv Series Blog with Reactjs 👋

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published