Code Monkey home page Code Monkey logo

fastnui's Introduction

All Contributors Contributors Issues License Discord

OPEN FASTN - A platform to develop your skills through contributing to community

About

OPEN FASTN will be a two week long open source contribution to FASTN Web Components Library for supporting the next generation of programmers to build their projects more easily.

We expect this campaign will have a participation of 50+ new opensource contributors will create 250+ unique components for FASTN Component Library.

Event timeline

From June 7th to June 21th 2023

Who can participate?

Anyone who is interested in open source contribution can participate in OPEN FASTN.

Why OPEN FASTN?

  • Great opportunity to contribute to the community.
  • Win exciting swags.
  • Get recognized for your contributions.
  • Strengthen your skill by learning a powerful web development framework.

How to participate in OPEN FASTN?

  1. Join FASTN Discord Community
  2. Learn how to build components
  3. Build 5 Web Components using FASTN as per standards (To be eligible for Swag)
  4. Create Pull Request to Trizwit/FastnUI Library Repository
  5. Share your work in OPEN FASTN Channel in FASTN Discord Server.

How to contribute to Trizwit/FastnUI Repository?

1. Fork the repository to your Github. 📄

2. Open the forked repo in your code editor ( I am using VS Code ).

3. Create a new folder to store your components in UI-Components folder. And in it also create a component_name.ftd file.

here my component_name is content-1 and i will be referring to it in the rest of the post.

4. Copy the 1st three import statements present in index.ftd to content-1.ftd.

-- import: sarvom.github.io/component-library-tailblocks/assets
-- import: sarvom.github.io/component-library-tailblocks/lib
-- import: fastn-community.github.io/code-block as cb

5. Copy the below format, make your changes and paste it in content-1.ftd.

-- lib.page:

-- lib.container-wrapper:
if: { !lib.code-open }

-- content-1:
## Define your component here !!

-- end: lib.container-wrapper

-- lib.container-wrapper:
if: { lib.code-open }

-- cb.code:
lang: ftd

## Write your component code as \ (backward slash) comments in this section.

-- end: cb.code

-- end: lib.container-wrapper

-- end: lib.page

## Leave a 10 line space here : )

-- component content-1:

## write your component code here !!

-- end: content-1

( ps: dont forget to remove the # comments after your done editing …! )

Your component_name.ftd file shall look somewhat like this !

6. Now open the lib.ftd file and add a new button at the end in the selector section with the url to your component_name.ftd file.

-- selector:

## There will be a lot of other buttons here from other contributors  

-- button: Content-1
url: UI-Components/Content/content-1

-- end: selector

7. Now save all changes and run a pre-trial on your local machine 😍

8. Finally commit your changes to your forked repo and sent a pull request to Trizwit/FastnUI Repository ⭐

This will notify the repository maintainers of your contribution. They will review your changes, and if everything is in order, your changes will be merged into the main repository.

Happy contributing ..!

fastnui's People

Contributors

sarvom avatar shaheen-senpai avatar trizwit 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.