Closed Ishimwe7 closed 2 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
atlp-devpulse-fn | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 19, 2024 3:20pm |
it seems like the skeleton loader and the modal are misbehaving. i mean i can't be able to interact with the modal to create a new blog.
it is now fixed
Code Climate has analyzed commit 97d1ee47 and detected 0 issues on this pull request.
View more on Code Climate.
after submitting the form i am not seeing any response. as a result, the blog isn't being successfully created at this time.
it is now fixed
Description This PR introduces a blogging feature allowing users to view a list of blogs, select individual blogs for detailed viewing, and interact with them through reactions and comments. This feature is part of our content management system, enhancing user engagement by enabling reactions and discussions on blog posts.
Tasks Completed:
-Applicants can create blogs -Users can view a list of blogs -Users can click on individual blogs to read full details.
How to Test it?
Checkout to our branch ft-testing-stages -Install dependencies: npm install Run the app:npm run dev` -Log in as an applicant and you will be redirected to dashboard page -In the admins panel create an a blog. -Navigate to blogs and click on add blog
Applicant: Email: jean@example.com Password: password123
Admin: Email: admin@example.com Password: password123
Screenshots
All Blogs and Add Blog Model
Single Blog View