Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 26, 2021 09:44 pm GMT

Jamstack Open Source Projects Looking for Contributors

Happy Hacktober! There are only a few days left of Hacktober, but it's not too late to contribute.

Why Contribute?

  • You can win prizes.
    • This year you can receive swag (or have a tree planted in your name) as a reward for making pull requests to projects participating in Hacktoberfest. Hint: All the projects described below are participating in Hacktoberfest and welcoming contributions.
  • You can strengthen your technical and communication skills.
  • You can expand your network.
  • You can improve your career.

If you are a fan of JavaScript, APIs, and Markup, here's a list of suggested projects you can contribute to:

Hoppscotch

What is it?

Hoppscotch is an open source API development ecosystem. Through Hoppscotch, users can test and build their APIs for free. Creator and CEO, Liya Thomas developed Hoppscotch after using Postman. While his experience was positive, he was inspired to create an API testing tool with the following characteristics:

  • open source
  • free
  • runs on multiple platforms
  • runs on multiple devices
  • in-browserRead more about Liya's motivation behind Hoppscotch.

How it's built

You can access Hoppscotch in your web browser, via PWA, and as a Chrome extension. It is built using HTML, CSS, SCSS, Windi CSS, JavaScript, TypeScript, Vue, and Nuxt.

How to Contribute

If Hoppscotch has piqued your interest, take a look at the repository and Contributing.md. Currently, the repo has approximately 43 open issues, so get started and pick up an issue today!

GitHub logo hoppscotch / hoppscotch

Open source API development ecosystem https://hoppscotch.io

Hoppscotch Logo

Hoppscotch

Open source API development ecosystem

contributions welcome Website Tests



Built with by

contributors







Screenshot


Support

Chat on Discord Chat on Telegram

Table of contents

Features

Lightweight: Crafted with minimalistic UI design.

Fast: Send requests and get/copy responses in real-time.

HTTP Methods

  • GET - Requests retrieve resource information
  • POST - The server creates a new entry in a database
  • PUT - Updates an existing resource
  • PATCH - Very similar to PUT but makes a partial update on a resource
  • DELETE - Deletes resource or related component
  • HEAD - Retrieve response headers identical to those of a GET request, but without the response body.
  • CONNECT - Establishes a tunnel to the server identified by the target resource
  • OPTIONS - Describe the communication options for the target resource
  • TRACE - Performs a message loop-back test along the path to the target resource
  • <custom> - Some APIs

If you want to learn more about Hoppscotch, check out our Open Source Friday stream featuring Hoppscotch's CEO Liya Thomas and Developer Advocate Michelle Mannering.

Bltiz.js

What is it?

Developed in 2020, Blitz.js is a "Zero-API" data layer that enables users to import server-side code directly into React components instead of manually adding API endpoints, handling client-side fetching, and handling caching. Out of the box, Blitz includes ESLint, Prettier, Jest, user sign up, log in, and password reset. The creator, Brandon Bayer, appreciated that Ruby-on-Rails has all the tools he needed to create web apps quickly but preferred React's dynamic UI. Instead of just wishing that React came with these tools out of the box, he developed Blitz.js. Read the manifesto to learn more about how Blitz.js works.

Create Your Own Blitz App

You can create a Blitz.js application by running the following commands:

  • blitz new myAppName
  • cd myAppName
  • blitz dev

Here are working examples of Blitz.js in action.

How to Contribute

If Blitz.js has piqued your interest, take a look at the repository and Contributing.md. Currently, the repo has approximately 130 open issues, so get started and pick up an issue today!

GitHub logo blitz-js / blitz

The Fullstack React Framework built on Next.js

Blitz.js

The Fullstack React Framework

"Zero-API" Data Layer Built on Next.js Inspired by Ruby on Rails

Read the Documentation

Zero-API data layer lets you import server code directly into your React components instead of having to manually add API endpoints and do client-side fetching and caching.

New Blitz apps come with all the boring stuff already set up for you! Like ESLint, Prettier, Jest, user sign up, log in, and password reset.

Provides helpful defaults and conventions for things like routing, file structure, and authentication while also being extremely flexible.

Quick Start

You need Node.js 12 or newer

Install Blitz

Run npm install -g blitz or yarn global add blitz

You can alternatively use npx

Create a New App

  1. blitz new myAppName
  2. cd myAppName
  3. blitz dev
  4. View your brand new app at http://localhost:3000
Bytes Newsletter

The Foundational Principles

  1. Fullstack & Monolithic
  2. API Not Required
  3. Convention over Configuration
  4. Loose Opinions
  5. Easy to

If you want to learn more about Blitz.js, check out our Open Source Friday stream featuring Blitz.js's CEO, Brandon Bayer, and GitHub's Director of Developer Advocacy, Brian Douglas.

Ngrx

What is it?

Ngrx enables developers to add reactive state management to Angular applications. Its a group of Angular libraries, which provides standardized APIs for reactive programming. People use Ngrx because it reduces complexity and coupling between different elements of the app by creating a unidirectional flow. The architecture is also made simple by following the Redux pattern. Through reactive programming, your application listens and subscribes to events within your application.

How to Contribute

If Ngrx has piqued your interest, take a look at the repository and Contributing.md. Currently, the repo has approximately 38 open issues, so get started and pick up an issue today!

GitHub logo ngrx / platform

Reactive libraries for Angular

@ngrx

Reactive libraries for Angular

CircleCIJoin the chat at https://gitter.im/ngrx/platformJoin the discord server at https://discord.com/invite/ngrxCommitizen friendlynpm version

Documentation

Check out our website: ngrx.io.

Contributing

NgRx is a community-driven project. Read our contributing guidelines on how to get involved.

Sponsoring NgRx

Backers on Open Collective

Become a gold sponsor and get your logo on our README on GitHub and the front page of ngrx.io.

Gold Sponsors

Silver Sponsors

Become a silver sponsor and get your logo on our README on GitHub and our website ngrx.io.

Bronze Sponsors

Become a bronze sponsor and get your logo on our README on GitHub.




If you want to learn more about Ngrx, check out our Open Source Friday stream featuring Ngrx maintainer, Brandon Roberts, and GitHub's Director of Developer Advocacy, Brian Douglas.


Original Link: https://dev.to/github/jamstack-open-source-projects-looking-for-contributors-2ooh

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To