GithubHelp home page GithubHelp logo

syafiq1331 / qwiktober-2022 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from imbios/qwiktober-2022

0.0 0.0 0.0 9.47 MB

Simple website collection built with Qwik City for Hacktoberfest 2022

Home Page: https://qwiktober2022.netlify.app/

License: MIT License

Shell 0.03% JavaScript 75.41% Python 2.27% TypeScript 6.53% CSS 6.55% HTML 9.20%

qwiktober-2022's Introduction

Qwiktober 2022 ⚡️

Netlify Status

CodeQL

🎯 The repository contains projects based on web development i.e easy to advance level projects so as to get started with web development and make your journey smooth in the field of web development.

🎯 This repository is open to all the members of the GitHub community. Feel free to contribute to this repository.

🎯 Do not forget to ⭐ the repository.


🏷️ Get Started

  1. First, fork the repository.

  2. Clone the forked repository to your local machine.

git clone https://github.com/{YOUR-USERNAME}/qwiktober-2022.git
  1. Add upstream URL

  2. Create a new branch

git checkout -b branch_name
  1. Make your contribution to public/websites to add your own website to show-off

  2. Commit and push the changes

git add .
git commit -m 'Relevant message'
git push origin branch_name
  1. Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)

  2. Wait for your PR review and approval from the maintainers.


🧑‍💻 Customize Contributor Card

The src/data/contributors.ts file is responsible for custom contributor data. Please don't edit others data if you don't want to get blocked by the maintainer!


🫗 Project Structure

Inside of you project, you'll see the following directories and files:

├── public/
│   └── ...
└── src/
    ├── components/
    │   └── ...
    └── routes/
        └── ...
  • src/routes: Provides the directory based routing, which can include a hierarchy of layout.tsx layout files, and index.tsx files as the page. Additionally, index.ts files are endpoints. Please see the routing docs for more info.

  • src/components: Recommended directory for components.

  • public: Any static assets, like images, can be placed in the public directory. Please see the Vite public directory for more info.


⚒️ Development

Development mode uses Vite's development server. For Qwik during development, the dev command will also server-side render (SSR) the output. The client-side development modules loaded by the browser.

npm run dev

Note: during dev mode, Vite will request many JS files, which does not represent a Qwik production build.

🔨 Local Development

The Netlify CLI can be used to preview a production build locally. To do so: First build your site, then to start a local server, run:

  1. install Netlify CLI globally npm i -g netlify-cli
  2. Build your site both ssr and client npm run build.
  3. Start a local server with npm run serve. In this project, npm run serve uses the netlify dev command to spin up a server that can handle Netlify's Edge Functions locally.
  4. Visit http://localhost:8888/ to check out your site.

qwiktober-2022's People

Contributors

imbios avatar mrbyyn avatar rodhisz avatar abdulaziz696 avatar alifmslm avatar annmuflih avatar athazai avatar mammuasyir avatar sainrahmanii avatar emrival avatar novaladi avatar nuril-nuzula avatar risnanto73 avatar younessidqi avatar arsyade avatar marginalfriend avatar rajiidham avatar dzikstrats avatar farrelbhq avatar itsqy avatar drachzak avatar muflikhandimasd avatar zakihidayat avatar alwenpy avatar ayushborage28 avatar hanifnml avatar iyxan23 avatar nafgeng avatar omriattiya avatar sandipswain 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.