vsanse / react_barebone_components

The only react library you can use as your own and edit to your heart's content.
https://codesandbox.io/s/react-barebone-components-e7urk
2 stars 4 forks source link
component components hacktoberfest hacktoberfest2021 react react-components reactjs

REACT BAREBONE COMPONENTS

React Barebone components is a UI library for ReactJS bootstrapped apps. The main motive to enhance this library is to give freedom to developer to use it as his own and edit to your heart's content 💖

How to contribute ?🤔

Note: Before working on, check the codesandbox for a full view of project: https://codesandbox.io/s/react-barebone-components-e7urk

git clone [your forked repositoy link]
cd react_barebone_components
npm install
npm start

Key points to be noticed while building new features or making improvements in existing components:

After that you have made changes in code and tested all the things, just run basic git commands to push those changes to your forked repository:

git add .
git commit -m "give-a-meaningful-message"
git checkout -b "branch-name" 
#keep branch name accordingly to work you have done, so it would be easier to manage pull requests
git push -u orign <branch-name"

Please go through CONTRIBUTING.md once also. Thanking you😸