Skills

  • HTML5.
  • CSS3.
  • Javascript.
  • bootstrap.
  • php

How to contribute ?

We want to make contributing as easy as transparent as possible whether it is :

  • Reporting a bug.
  • proposing new features.
  • submiting a fix.

steps.

  1. Fork this repository
  2. Clone the fork repository.
   git clone https://github.com/ALOKARYAN51/E-Library-frontend.git
  1. Navigate to the project directory
   cd E-Library-frontend
  1. Add a reference to original repositrory.
   git remote upstream https://github.com/ALOKARYAN51/E-Library-frontend.git
  1. See changes using
    git remote -v
  1. Create new branch
  git checkout -b <your_branch_name> 
  1. Always take pull request from upstrean repository to your master branch to keep it per with the main project.
    git pull upstream master
  1. Make change in the source code.
  2. Add and then commit your changes
   git add .
   git commit -m <your_commit_messages>
  1. Push your local branch to remote repository.
    git push -u origin <your_branch_name>
  1. create a pull request.
  2. Finally, go to your repository in browser and click on compare and pull requests
  3. Then add a title and description to your pull request thats explain your precious effort.
  4. click on Create Pull Request