Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mesbol6647/blog-app


https://github.com/mesbol6647/blog-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

start blogg-app
Milestone Blog App (folder for context)
| # Given to the students (Definition of the project)
SOLUTION
├── src
│ ├── index.js+
│ ├── App.js+
│ ├── assets+
│ │ └── cw.png
│ ├── components+
│ │ ├── auth+
│ │ │ ├── Login.jsx+
│ │ │ └── Register.jsx+
│ │ ├── blog+
│ │ │ ├── BlogCard.jsx+
│ │ │ ├── BlogForm.jsx+
│ │ │ ├── CommentForm.jsx+
│ │ │ ├── DeleteModal.jsx+
│ │ │ └── UpdateModal.jsx+
│ │ ├── Footers.jsx+
│ │ └── NavBars.jsx+
│ ├── context
│ │ ├── AuthContext.jsx+
│ │ └── BlogContext.jsx+
│ ├── helper+
│ │ ├── ToastNotify.jsx+
│ │ └── menuList.js+
│ ├── pages+
│ │ ├── About.jsx+
│ │ ├── Auth.jsx+
│ │ ├── BlogDetail.jsx+
│ │ ├── Dashboard.jsx+
│ │ ├── MyBlog.jsx+
│ │ ├── NewBlog.jsx+
│ │ └── Profile.jsx+
│ ├── reducer+
│ │ ├── authReducer.js+
│ │ └── blogReducer.js+
│ ├── router+
│ │ ├── AppRouter.jsx+
│ │ └── PrivateRouter.jsx+
│ ├── service+
│ │ └── useAxios.jsx+
│ └── styles
│ └── globalStyles.jsx+