Skip to content

GabrielCrackPro/JS-Forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS-Forum

This a vanilla JS Forum 💬

CHECKLIST

BASIC

  • Create the folder structure (client / server)
  • Initialize the node.js project
  • Install all necesary modules
    • Express
    • Cors
    • Morgan
    • Nodemon

FRONT-END

  • Create the basic html/css/js files
  • Add main menu
  • Add login / register forms
  • Send form data to server
  • Add user interaction buttons

BACK-END

  • Recive register / login data from the front end
  • Store new users credentials
  • Save user post interaction

TO-DO

  • Put freatured themes in the home page [2 LEFT]

  • Create a profile page

  • Let users interact with others (Add friends / comment posts)

  • Process new posts (store in a DB)

  • Add anonymus post page

  • Deploy (no date specifed)