anishaswain / Simple-JS-Projects

Looking to practice your JavaScript skills or need some beginner-friendly project ideas to work on? You've come to the right place! This repository is a collection of simple JavaScript project ideas to help you build and expand your coding portfolio.
15 stars 19 forks source link

[Project 7] Create a simple blogging platform #23

Open anishaswain opened 1 year ago

anishaswain commented 1 year ago

Build a basic blog platform where users can create, read, update, and delete blog posts.

Abhish7k commented 1 year ago

Hey, should the project be implemented using just Vanilla Javascript ?