Nextjs 13 Sanity Blog app

A Sanity CMS based project with Nextjs Client/Server component features


A super-fast, SEO ready front-end app made Nextjs 13 experimental features. Fo styling, I rely on Tailwind CSS and DaysiUI .

Features

  • Versel deployable
  • SEO enabled
  • Comment section
  • Dark theme based

Packages Used

  • Nodejs
  • Nextjs 13
  • Sanity CMS
  • Syntax Highlighter
  • Tailwind

Project Repo and source code

Feel free to fork and use the GitHub Repo and please leave comments and suggestions.

Nodejs-Express – sitemap Submission App

A sitemap submission web app using Nodejs-Express


This is a Nodejs-Express app which accepts a sitemap URL from user and submit to the search engine for indexing. The project utilized

A demo of the app can reached at https://quickindexing.herokuapp.com/

  • Express Framework
  • Flash messaging
  • submit-sitemap
  • express sessions

Submit-stemap , a npm package is made it easy to create such an app with ease. Thanks for the developer and contributors of this Submit-stemap module.

The project source hosted at GitHub, feel free to explore the code

Express Todo App

This is an Nodejs-Expresjs-MongoDB web app which let users add/delete todo items. The project utilized EJS templating engine, CSS grid, flex and HTML


This is a Nodejs web app powered by NoSQL MongoDB which let users add Todo item. The UI have designed with CSS grid, flex and HTML.

todoapp

The Todo app uses 

  • Nodejs
  • mongoose – npm module
  • body-parser – npm module
  • Express framework
  • EJS template engine for templating

This is a one page app, display Todo-s stored in MongoDB and also allow add new items which added to the Mongo.

Github Repo : Todo App

The project can be viewed at CodesandBox.io