Skip to content
View a-majeed's full-sized avatar

Block or report a-majeed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
a-majeed/README.md

Hi, I’m Azaan πŸ‘‹πŸ½

I'm a Software Engineer currently looking for full time work!

Projects πŸ–₯

  • Wanna explore nature? Use my website to explore your adventurous side! 🐾
  • Lets get you to your destination quicker! Use AStarSolver to lead the way! πŸ“
  • Tired of failing at sudoku? Use Sudoku Solver to do it for you! ✏️

Contact Me πŸ“¨

Website LinkedIn

Azaan's GitHub stats

Pinned Loading

  1. Natours-BackEnd Natours-BackEnd Public

    Created a RESTful API design with advanced features like: filtering, sorting, aliasing, and pagination. Users can login and book various nature tours. Checkout is performed using Stripe.

    JavaScript 1

  2. Sudoku-Solver Sudoku-Solver Public

    A program that takes in an incomplete sudoku board and returns the final solution through the use of backtracking!

    Python

  3. Converter Converter Public

    An iOS application that converts any number into its hexadecimal, octal or binary equivalent!

    Swift

  4. AStarSolver AStarSolver Public

    This is an AI that solves state space traversal problems by using the A* algorithm!

    Java