Skip to content

bilalbutt044/Another-React-Lib

 
 

Repository files navigation

logo

Another-React-Lib

Travis npm package Coveralls

Just another React Library filled with awesome reusable components

Install

Navigate into your React project and run the following command:
npm i another-react-lib

Usage

This is a very basic example to get you started

import React from 'react';
import {SimpleRedButton} from "another-react-lib" 

function App() {
  return (
    <div className="App">
      <SimpleRedButton text={'so very simple and red'}/>
    </div>
  );
}

export default App;

Contributing

If you want to contribute to this project please take a look at the guidelines/how-to

Documentation

https://github.com/NehemiahK/Another-React-Lib/tree/master/docs

About

As the name of the library suggests, it's simply another React library.
So then what's the motivation, you may ask. Well, when I saw Hacktoberfest 2019 was around the corner, I was looking at what I could contribute to this year. For me I find it daunting to find a repository where I can contribute
at my own level. The projects I had encountered were either too basic or way too advanced.

I wanted to create a repository that people from beginner to advanced could contribute in a meaningful way. (Myself included obviously)

Oh and I was able to get this project up and running by using nwb, which is an npm package for creating npm packages. So if you want to make your own React library and open source it, I advise checking them out.

Hacktoberfest 2019

If you want to contribute for Hacktoberfest 2019, be sure to check out how to contribute. If you want to be eligible for your free Hacktoberfest shirt and stickers then be sure to register. https://hacktoberfest.digitalocean.com/

Feel free to make all four of your pull requests here or feel free to spread them out across other respositories.

About

Just another React Library filled with reusable components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.1%
  • CSS 28.9%