Giter VIP home page Giter VIP logo

js_group_capstone's Introduction

Module 2: JS Group Capstone - Grils shows

๐Ÿ“— Table of Contents

๐Ÿ“– Leaderboard

Girls shows is a simple web app that fetches aswell as store data in multiple apis and display them it uses modular architechture aswell as webpack.

๐Ÿ›  Built With

HTML, CSS, NodeJS v18

Tech Stack

Structure
Style
Module Bundler
Linters

Key Features

  • Modular JS architecture.

    • Use Modules.
  • Module Bundler.

    • Use Webpack.

(back to top)

๐ŸŽฅ Video Demo

  • Here you'll watch a short video documenting the project: Link

(back to top)

๐Ÿš€ Live Demo

(back to top)

๐Ÿ’ป Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need: Open terminal on the same folder of the project and run:

 npm install

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone [email protected]/codedit334/JS_Group_Capstone.git

Install

Install this project with:

  cd JS_Group_Capstone
  npm install

Usage

Run Dev Server (Port 3001)

  npm run dev

Build for production

npm run build

Run tests

  • Linter Tests

To run tests, run the following command:

To check for html errors run:

  npx hint .

To check for css errors run:

  npx stylelint "**/*.{css,scss}"

To check for js errors run:

  npx eslint .

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Author1

๐Ÿ‘ค Author2

๐Ÿ”ญ Future Features

  • Google Analytics.

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

โญ๏ธ Show your support

If you like this project send your feedback to encourage me to do more.

(back to top)

๐Ÿ™ Acknowledgments

I would like to thank Microverse for offering me this opportunity to learn, and practice my skills.

(back to top)

โ“ FAQ

-Why use linters?

  • The use of linters helps to diagnose and fix technical issues, also linters can help teams achieve a more readable and consistent style, through the enforcement of its rules.

-Why use modular programming?

  • Modular programming usually makes your code easier to read because it means separating it into functions that each only deal with one aspect of the overall functionality.

-Why use a Bundler?

  • It keeps track of which files depend on which other files and ensures they are loaded in the right order. This helps make your code more modular and easier to maintain.

(back to top)

๐Ÿ“ License

This project is MIT licensed. (Check the LICENSE file)

(back to top)

js_group_capstone's People

Contributors

codedit334 avatar ilyassatlassi avatar

Stargazers

Lucas David Erkana avatar Dheeraj Sachdeva 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.