Skip to content

Fadilix/mini-message-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Message Board

This project is from the Odin Project Full JavaScript path. It simulates a mini message board.

Screenshot

image

Technologies

  • NodeJS and express : to set up the routes, receive and send data back to the user.
  • ejs engine : alow us to use the data sent from the backend directly in our html file
  • CSS : for styling the app

Get started

git clone https://github.com/Fadilix/mini-message-board.git
cd mini-message-board
npm install
npm start