You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is blog app that created by following redux essentials tutorial in their docs. It's contains every tutorial and I committed everytime I finished each tutorial. The first time I commited, the tutorial already in part 4: Using Redux Data. So it's more like my learning tracker when I'm learning redux.
This project is a blog web app built with MERN stack. I spiced up the design using Tailwind CSS and made the bundling efficient with Vite.js. Users can log in seamlessly with Google authentication via Firebase. The app offers both dark and light modes for a personalized experience.
This is a react native complete app that will run on android and iphone. It displays a list of blog posts. you can create, edit, delete, blogposts, view. Blogposts are stored on a remote Json Server, with help of Jsonserver and NGROK packages which i will explain in sometime.
Decent project based on the JavaScript journey. Usage of Progressive Web App (PWA). This is a wonderful project as a software developer. I have learned a lot of knowledge via this project. Also, i had explored new libraries of JavaScript.
This is a web application made using Python Flask framework. The application will be used for facilitating users to make blogs. The users can make blogs on it, on completion can remove them. In case in some change of plans, can edit the blog.
This is a Blog app which has Users, Blogs and Comments. It is made using Ruby on Rails and Postgresql as database. This app has been made using the Graphql.