Skip to content

hide-place/SimplePostFeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Post Feed App

This is a simple post feed application that allows users to create and view posts.

Functionality

  • Users can enter their username and post content.
  • Clicking the "POST" button publishes a new post with the username, post content, and timestamp.
  • The application displays the newly created post at the top of the feed.
  • Clicking the "+" button toggles the visibility of the post creation area.

Technologies Used

  • HTML: Defines the structure of the page.
  • CSS: Styles the layout and appearance of the application.
  • JavaScript: Adds interactivity and functionality to the application.

Running the Application

  1. Clone this repository.
  2. Open the index.html file in a web browser.

Future Improvements

  • Implement server-side storage to persist posts across sessions.
  • Enhance validation for username and post content.
  • Improve UI interactions for a more polished look and feel.
  • Allow users to edit or delete their posts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published