Thanks to visit codestin.com
Credit goes to github.com

Skip to content

VM11-hash/pixiepost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌸 PixiePost

PixiePost is a simple and aesthetic beginner-friendly web app where users can:

  • Log in via a UI-only form (no authentication)
  • Add posts with images and captions
  • Edit or delete existing posts

All data is stored in-memory and resets on server restart


📸 Preview

Homepage Post Section


✨ Features

  • Add new posts with an image and caption
  • Edit or delete posts
  • Clean UI using EJS templating
  • Responsive design

🛠 Tech Stack

  • Frontend: HTML, CSS, EJS
  • Backend: Node.js, Express.js
  • Templating: EJS

🚀 How to Run Locally


Clone the repository

git clone https://github.com/VM11-hash/pixiepost.git

Move into project directory

cd pixiepost

Install dependencies

npm install

Start the server

nodemon index.js

Open in browser

http://localhost:8000


📝 Note

  • No database or authentication — purely a learning project
  • All post data is lost when the server restarts

👩‍💻 Author

Vartika Malik
LinkedIn

About

My first project with minimal UI and basic working of CRUD operations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published