Coder Social home page Coder Social logo

teresacristina / crochet-website Goto Github PK

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

This project puts together two of my passions: programming and crochet. :)

Home Page: https://itch-for-stitch.herokuapp.com/

JavaScript 5.83% TypeScript 50.73% HTML 30.64% SCSS 12.81%
crochet programming html angular scss css javascript typescript website web

crochet-website's Introduction

Added Packages

Using Bootstrap:

npm install --save bootstrap

Add to angular.json:


"styles": [
           ...
           "node_modules/bootstrap/dist/css/bootstrap.min.css"
          ],

(...)

"scripts": [
            ...
            "node_modules/bootstrap/dist/js/bootstrap.min.js"
           ]

Add to index.htm:

<head>
  (...)
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>

Using MDB Angular:

npm install @angular/cdk --save
...
npm install angular-bootstrap-md --save

Add to app.module.ts:

import { MDBBootstrapModule } from 'angular-bootstrap-md';
@NgModule({
    imports: [
        MDBBootstrapModule.forRoot()
    ]
});

Add to angular.json:

"styles": [
           ...
           "node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss",
           "node_modules/@fortawesome/fontawesome-free/scss/solid.scss",
           "node_modules/@fortawesome/fontawesome-free/scss/regular.scss",
           "node_modules/@fortawesome/fontawesome-free/scss/brands.scss",
           "node_modules/angular-bootstrap-md/assets/scss/bootstrap/bootstrap.scss",
           "node_modules/angular-bootstrap-md/assets/scss/mdb.scss",
           "node_modules/animate.css/animate.css"
          ]
          
(...)

"scripts": [
           ...
           "./node_modules/chart.js/dist/Chart.js",
           "./node_modules/hammerjs/hammer.min.js"
           ]

Using Font Awesome:

npm install -–save [email protected] @types/chart.js @fortawesome/fontawesome-free hammerjs animate.css 

Add to index.html:

  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">

Using Popper:

npm install popper.js --save

Add to angular.json:

"scripts": [
            (...)
           "./node_modules/jquery/dist/jquery.min.js"
           ]

Header Navigation Responsive

Bootstrap Template

Footer Responsive

Template

crochet-website's People

Contributors

teresacristina avatar

Stargazers

 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.