Coder Social home page Coder Social logo

ejercicio's People

Contributors

jsagardoy avatar

Watchers

 avatar  avatar

ejercicio's Issues

Code enhacement

  • It would be nice to use English as default language for variable, files and functions, commit messages, etc.
    • generarColores would be createColorPallete
    • oscurecercolores would be getDarkerColor
    • aclararColores would be getLighterColor
  • Add a .gitignore file to prevent uploading compiled and other libs (like compiled_css, node_modules, etc).
  • It would be nice to pass $color as a variable to generarColores to allow multiple color palletes (with this change you should use $color-dark-$i and $color-light-$i), even (optionally) $howManyColors to create dynamic color ranges.
  • You can move _formatos.scss content to main.scss and remove titulo3 and formatoContent mixins (Mixins are meant to be include reusable chunks of code, but h3, .color and .container classes are used once)
  • Add to README.md a "how to use this repo to see your results" It would be:

How to use

  1. Clone this repo (You will need to have Node.js installed)
  2. Open a command prompt inside project folder.
  3. Execute npm install to install dependencies
  4. Execute npm run sass to build CSS
  5. Execute npm start to see the result (You can open [http://localhost:9005](http://localhost:9005] if your browser doesn't open automatically.

Overall you did a great job with the color palette ๐Ÿ‘! Keep it up!

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.