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.
To use Ahsan, you'll need to have the .NET SDK installed on your computer. Once you have that set up, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/ahsan.git
- Navigate to the project directory:
cd ahsan
- Build the project:
dotnet build
- Start the app:
dotnet run
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.
If you'd like to contribute to Ahsan, please follow these steps:
- Fork the repository.
- Create a branch:
git checkout -b my-branch
- Make your changes and commit them:
git commit -m "my message"
- Push to the branch:
git push origin my-branch
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.