Coder Social home page Coder Social logo

salvillalon45 / minimessageboard-theodinproject Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 5.52 MB

[The Odin Project: Node] - Project: Mini Message Board

Home Page: https://lit-shelf-92540.herokuapp.com/

JavaScript 66.56% EJS 22.38% SCSS 11.07%
ejs ejs-templating express heroku nodejs nodemon sass webdevelopment

minimessageboard-theodinproject's Introduction

theOdinProject-MiniMessageBoard

[The Odin Project: Node] - Project: Mini Message Board

Intro

🎨 Color Reference

 Color             Hex                                                                
 Gold  #FFD700 #FFD700 
 Black  #141720 #141720 
 White  #fff #fff 

Development

  • I learned how to apply a favicon in an express app. It involves using the serve-favicon npm package
  • I learned how to use Sass in an expres app. I noticed that I did initialized with the generator the sass flag (--css=sass), but I noticed that it was not applying the changes I was making to my sass file. So to fix, in app.js I changed the indentedSyntax to false and change the file extension of my .sass file to .scss. Code below
  • app.use(
    	sassMiddleware({
    		src: path.join(__dirname, 'public'),
    		dest: path.join(__dirname, 'public'),
    		indentedSyntax: false, // true = .sass and false = .scss
    		sourceMap: true
    	})
    );
    

Technologies:

  • Sass
  • Node
  • Nodemon
  • Heroku
  • Express

minimessageboard-theodinproject's People

Contributors

salvillalon45 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.