/askmybook

Ask questions to your favorite books.

Primary LanguageTypeScript

AskMyBook

License AskMyBook is an interactive platform where you can ask questions about your favorite books!

Languages

The repository primarily uses the following languages:

  • TypeScript
  • JavaScript
  • CSS

Cloning the repository

You can clone the repository by running the following command in your terminal:

$ git clone https://github.com/anuragts/askmybook.git

Installation

  1. Navigate to the project folder.
$ cd askmybook
  1. Install the dependencies:
$ npm install

Contribution

Thank you for considering contributing to AskMyBook project. You can contribute to the project by following the steps below:

  1. Fork this repository. -On the top right section of this page click on "Fork" button. -Make sure to check on "Copy the main branch only" as it will allow you to make changes by creating a branch. -Press "Create Fork" this will create a copy of the project's repository. -Forking a repository allows you to freely experiment with changes without affecting the original project.

  2. Clone the forked repository.

$ git clone https://github.com/{your_username}/askmybook.git
  1. Navigate to the project directory.
$ cd askmybook
  1. Create new a branch and checkout to it.
$ git checkout -b new-feature
  1. Make the desired changes.

  2. Commit the changes.

$ git commit -m "your commit message"
  1. Push to the branch.
$ git push -u origin new-feature
  1. Open a pull request.

License

This project is licensed under the MIT License.