Skip to content

Muzaffarov-Firdavs/Ahsan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ahsan

Ahsan is a project management tool similar to Trello and Jira. It allows you to create boards, lists, and cards to track tasks and collaborate with team members.

Installation

To use Ahsan, you'll need to have the .NET SDK installed on your computer. Once you have that set up, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/ahsan.git
  2. Navigate to the project directory: cd ahsan
  3. Build the project: dotnet build
  4. Start the app: dotnet run

Usage

Ahsan is designed to be easy to use. Here are some tips to help you get started:

  • Create a board by clicking the "Add Board" button.
  • Add a list to a board by clicking the "Add List" button.
  • Add a card to a list by clicking the "Add Card" button.
  • Drag and drop cards to move them between lists.
  • Click on a card to edit its details.

Contributing

If you'd like to contribute to Ahsan, please follow these steps:

  1. Fork the repository.
  2. Create a branch: git checkout -b my-branch
  3. Make your changes and commit them: git commit -m "my message"
  4. Push to the branch: git push origin my-branch
  5. Create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%